msvcrt incompatibility in Origin 6.0 when saving documents

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Tue Nov 29 03:11:05 CST 2005


>>>>> "Olaf" == Olaf Leidinger <leidola at newcon.de> writes:

    Olaf> Hello again!
    >> Try running the application with the debugger and builtin
    >> msvcrt. Perhaps you get a backtrace of the crash.  Otherwise try in
    >> the relay trace (builtin msvcrt, showing the messagebox but not the
    >> crash) to find where the messagebox is called. You can seach for the
    >> message text. Now work up the log and try to find why the program
    >> decides to emit the messagebox.
    >> 

    Olaf> Well, the debugger doesn't tell me anything, as the backtrace is
    Olaf> only one line long and it doesn't contain any information. I
    Olaf> digged a bit deeper in the relay-log. After the save-file dialog I
    Olaf> found this:

If it is a heap overwrote, try running with WINEDEBUG=+heap. This will check
the heap with each heap operation and will immediately tell you when
something hag gone wrong (but not where).

Otherwise perhaps try running with WINEDEBUG=+snoop,+relay and compare each
msvcrt call.

Bye
-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------



More information about the wine-devel mailing list