[Bug 3588] Crash with Common file dialog window

Wine Bugs wine-bugs at winehq.org
Wed Oct 19 01:35:46 CDT 2005


http://bugs.winehq.org/show_bug.cgi?id=3588


dank at kegel.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1




------- Additional Comments From dank at kegel.com  2005-19-10 01:35 -------
Sure enough!  I reproduced it simply by
* wine/programs/notepad/notepad
* File / Save As
* Navigate to Desktop
* Select root directory
Bam!  
=>1 0x7b362ca3 DPA_GetPtr+0x27(hdpa=0x4001, nIndex=0x0)
[/home/dank/wine/dlls/comctl32/dpa.c:479] in comctl32 (0x7b90e150)

    if (!hdpa)
        return NULL;
    if (!hdpa->ptrs) {   <--- bam!

So hdpa seems to be a wild pointer.

I'm uploading a log with WINEDEBUG=+dpa
For some reason I get a more interesting stack traceback than you did.
Perhaps it would help to run this under Valgrind.



-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list