On Sat, 25 Mar 2006, Eric Pouech wrote:

Igor Sysoev wrote:
On Thu, 23 Mar 2006, Eric Pouech wrote:

Igor Sysoev wrote:

When I try to run any program from Digital Mars C/C++ Compiler
http://www.digitalmars.com/download/freecompiler.html
under Wine 0.9.10 on FreeBSD 6.1, I always see the error:

this works fine here (on Linux)... may be a freebsd issue ?


Well, is the way to try to debug the problem ? Some debug log ?
from what I see from your first post, a few remarks:
- file_set_error: Bad address => likely a read/write operation that fails with an incorrect buffer
- stack overflow sent as a signal to the debugger

it may well sound like that the running thread doesn't have all the required memory another strange item: fs is set to 1007 which is a rather high value (maybe that's what you get on FreeBSD)
I'd start by looking at the stack allocation for the threads

it also seems that you cannot get to the debug information (as dbghelp cannot initiate), but this sounds like another issue

I can run "WINEDEBUG=+all wine dmc.exe" and send a log.


Igor Sysoev
http://sysoev.ru/en/


Reply via email to