wxPrintPaperType in access violation



  • hallo zusammen,

    ich habe ein sehr hartnäckiges heap problem, das mit wxPrintPaperType in verbindung zu stehen scheint. kann jemand etwas mit folgendem anfangen oder mir einen tipp geben, wie ich den fehler weiter einkreisen kann?

    =======================================
    VERIFIER STOP 00000002: pid 0x79C: Access violation exception.

    11932FD4 : Invalid address causing the exception
    027BD0DB : Code address executing the invalid access
    0012CE4C : Exception record
    0012CE68 : Context record

    =======================================
    This verifier stop is not continuable. Process will be terminated
    when you use the `go' debugger command.

    =======================================

    (79c.1760): Break instruction exception - code 80000003 (first chance)
    eax=1000e994 ebx=1000cb7c ecx=00000001 edx=0012c7ed esi=00000000 edi=000001ff
    eip=10003c38 esp=0012c874 ebp=0012ca78 iopl=0 nv up ei pl nz na po nc
    cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000202
    vrfcore!VerifierStopMessageEx+0x543:
    10003c38 cc int 3
    0:000> !heap -p -a 11932FD4
    The call to LoadLibrary(ext) failed, Win32 error 0n2
    "Das System kann die angegebene Datei nicht finden."
    Please check your debugger configuration and/or network access.

    PAGEHEAP: 11932fd4 references freed heap block at
    11932fb0 of 0x50 bytes

    Trace @ 179ccd14: 00000000 bytes, 0 blocks (heap @ 00000000)
    [abcdaaaa, 1, 16]
    7c92b1ff ntdll!RtlFreeHeap+0x000000f9
    00391611 vfbasics!AVrfpRtlFreeHeap+0x000000a8
    10307f59 MSVCR100D!_free_base+0x00000029
    10317a4e MSVCR100D!_free_dbg_nolock+0x000004ae
    10317560 MSVCR100D!_free_dbg+0x00000050
    10316629 MSVCR100D!operator delete+0x000000b9
    02ae348e wxmsw28ud_core_vc_custom!wxPrintPaperType::wxCreateObject+0x0010334e
    0283bfc9 wxbase28ud_vc_custom!wxString::Last+0x0009227a
    0283bf0f wxbase28ud_vc_custom!wxString::Last+0x000921c0
    027bd12b wxbase28ud_vc_custom!wxString::Last+0x000133dc
    029f1f24 wxmsw28ud_core_vc_custom!wxPrintPaperType::wxCreateObject+0x00011de4
    02a43633 wxmsw28ud_core_vc_custom!wxPrintPaperType::wxCreateObject+0x000634f3
    02a43713 wxmsw28ud_core_vc_custom!wxPrintPaperType::wxCreateObject+0x000635d3
    02af6118 wxmsw28ud_core_vc_custom!wxPrintPaperType::wxCreateObject+0x00115fd8
    02b6d6ea wxmsw28ud_core_vc_custom!wxPrintPaperType::wxCreateObject+0x0018d5aa
    02b6aa81 wxmsw28ud_core_vc_custom!wxPrintPaperType::wxCreateObject+0x0018a941

    danke!


Anmelden zum Antworten