winedbg: newbie question (sorry...)

Molle Bestefich molle.bestefich at gmail.com
Fri Jun 2 12:56:57 CDT 2006


Hello

Carsten Niehaus (cniehaus at gmx.de) over on wine-users gets a page fault
when he tries to print with this app:
http://www.learn-line.nrw.de/angebote/gefahrstoffdb/Gefahrstoffe.zip

He's posted a backtrace:
> fixme:commdlg:PRINTDLG_SetUpPrinterListComboA Can't find '(null)' in printer list so trying to find default
> wine: Unhandled page fault on write access to 0x0000002e at address 0x7f6a2540 (thread 0009), starting debugger...
> Backtrace:
> =>1 0x7f6a2540 PRINTDLG_WMCommandA+0x619 in comdlg32 (0x7f6a2540)
>   2 0x7f6a2fb6 in comdlg32 (+0x32fb6) (0x7f6a2fb6)
[snip!]
> 0x7f6a2540 PRINTDLG_WMCommandA+0x619 in comdlg32: movw  %ax,0x2e(%edx)

I'm slightly cli-debugger-clueless, so could one of you guys please
tell me how to convert this:

  PRINTDLG_WMCommandA+0x619

into a proper line number reference to the source file?



More information about the wine-devel mailing list