Advertisement
Guest User

Untitled

a guest
Jul 29th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. Unhandled exception: page fault on write access to 0x00000004 in 32-bit code (0x7ef7925c).
  2. Register dump:
  3. CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
  4. EIP:7ef7925c ESP:0266e4f8 EBP:0266e4f8 EFLAGS:00210202( R- -- I - - - )
  5. EAX:00000000 EBX:7efe3e08 ECX:285514b8 EDX:00000000
  6. ESI:7ffdf000 EDI:00000370
  7. Stack dump:
  8. 0x0266e4f8: 0266e538 7ef7aa28 5150535e 00000001
  9. 0x0266e508: 0266e538 7ef67ede 00110064 ffffffff
  10. 0x0266e518: 00000000 00001302 000011f8 00000000
  11. 0x0266e528: 00110000 51505356 00000000 7efe3e08
  12. 0x0266e538: 0266e588 7ef7e013 2203a000 285502d0
  13. 0x0266e548: 285502d0 3dc80000 b4171c48 7e1fb0dc
  14. Backtrace:
  15. =>0 0x7ef7925c list_remove+0xe(elem=0x5150535e) [/home/ruslan/src/wine-git/dlls/ntdll/../../include/wine/list.h:98] in ntdll (0x0266e4f8)
  16. 1 0x7ef7aa28 HEAP_MakeInUseBlockFree+0x115(subheap=0x2203a000, pArena=0x285502d0) [/home/ruslan/src/wine-git/dlls/ntdll/heap.c:649] in ntdll (0x0266e538)
  17. 2 0x7ef7e013 RtlFreeHeap+0xdf(heap=0x110000, flags=0x2, ptr=0x285502d8) [/home/ruslan/src/wine-git/dlls/ntdll/heap.c:1770] in ntdll (0x0266e588)
  18. 3 0x7e2011da cp_fields_resample+0x48f(dsb=0x200a80, count=0xdc, freqAcc=0x200b50) [/home/ruslan/src/wine-git/dlls/dsound/mixer.c:312] in dsound (0x0266e638)
  19. 4 0x7e201245 cp_fields+0x5a(dsb=0x200a80, count=0xdc, freqAcc=0x200b50) [/home/ruslan/src/wine-git/dlls/dsound/mixer.c:324] in dsound (0x0266e668)
  20. 5 0x7e20145c DSOUND_MixToTemporary+0x105(dsb=0x200a80, frames=0xdc) [/home/ruslan/src/wine-git/dlls/dsound/mixer.c:380] in dsound (0x0266e698)
  21. 6 0x7e2018b5 DSOUND_MixInBuffer+0x1ae(dsb=0x200a80, writepos=0x55f0, fraglen=0x370) [/home/ruslan/src/wine-git/dlls/dsound/mixer.c:448] in dsound (0x0266e708)
  22. 7 0x7e201bf8 DSOUND_MixOne+0x288(dsb=0x200a80, writepos=0x55f0, mixlen=0x370) [/home/ruslan/src/wine-git/dlls/dsound/mixer.c:505] in dsound (0x0266e788)
  23. 8 0x7e201e3f DSOUND_MixToPrimary+0x1ea(device=0x176190, writepos=0x55f0, mixlen=0x370, recover=0, all_stopped=0x266e854) [/home/ruslan/src/wine-git/dlls/dsound/mixer.c:555] in dsound (0x0266e7d8)
  24. 9 0x7e202d52 DSOUND_PerformMix+0x901(device=0x176190) [/home/ruslan/src/wine-git/dlls/dsound/mixer.c:770] in dsound (0x0266e938)
  25. 10 0x7e2033a0 DSOUND_timer+0x10a(timerID=0x1, msg=0, dwUser=0x176190, dw1=0, dw2=0) [/home/ruslan/src/wine-git/dlls/dsound/mixer.c:864] in dsound (0x0266e9a8)
  26. 11 0x7e14efa7 TIME_MMSysTimeCallback+0x171() [/home/ruslan/src/wine-git/dlls/winmm/time.c:181] in winmm (0x0266e9f8)
  27. 12 0x7e14f0a1 TIME_MMSysTimeThread+0x85(arg=0x7e130000) [/home/ruslan/src/wine-git/dlls/winmm/time.c:210] in winmm (0x0266ea68)
  28. 13 0x7efae580 call_thread_func_wrapper+0xb() in ntdll (0x0266ea78)
  29. 14 0x7efae5c9 call_thread_func+0x3e(entry=0x7e14f01b, arg=0x7e130000, frame=0x266eb78) [/home/ruslan/src/wine-git/dlls/ntdll/signal_i386.c:2522] in ntdll (0x0266eb58)
  30. 15 0x7efae55e call_thread_entry_point+0x11() in ntdll (0x0266eb78)
  31. 16 0x7efb5245 start_thread+0x167(info=0x81ff8fb8) [/home/ruslan/src/wine-git/dlls/ntdll/thread.c:408] in ntdll (0x0266f3b8)
  32. 17 0xb763f62b start_thread+0xca() in libpthread.so.0 (0x0266f4b8)
  33. 0x7ef7925c list_remove+0xe [/home/ruslan/src/wine-git/dlls/ntdll/../../include/wine/list.h:98] in ntdll: movl %edx,0x4(%eax)
  34. 98 elem->next->prev = elem->prev;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement