Guest User

Untitled

a guest
May 4th, 2013
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. (gdb) next
  2. Single stepping until exit from function atioglxx!DrvValidateVersion,
  3. which has no line number information.
  4. 0x76ff5c29 in ntdll!LdrEnumerateLoadedModules ()
  5. from C:\Windows\system32\ntdll.dll
  6. (gdb) next
  7. Single stepping until exit from function ntdll!LdrEnumerateLoadedModules,
  8. which has no line number information.
  9. 0x76fc936f in ntdll!RtlMultipleAllocateHeap ()
  10. from C:\Windows\system32\ntdll.dll
  11. (gdb) next
  12. Single stepping until exit from function ntdll!RtlMultipleAllocateHeap,
  13. which has no line number information.
  14. 0x76ff5f2d in ntdll!RtlCheckRegistryKey () from C:\Windows\system32\ntdll.dll
  15. (gdb) next
  16. Single stepping until exit from function ntdll!RtlCheckRegistryKey,
  17. which has no line number information.
  18. 0x76fc93a4 in ntdll!RtlMultipleAllocateHeap ()
  19. from C:\Windows\system32\ntdll.dll
  20. (gdb) next
  21. Single stepping until exit from function ntdll!RtlMultipleAllocateHeap,
  22. which has no line number information.
  23. 0x76ff5f2d in ntdll!RtlCheckRegistryKey () from C:\Windows\system32\ntdll.dll
  24. (gdb) next
  25. Single stepping until exit from function ntdll!RtlCheckRegistryKey,
  26. which has no line number information.
  27. 0x76fc93dc in ntdll!RtlMultipleAllocateHeap ()
  28. from C:\Windows\system32\ntdll.dll
  29. (gdb) next
  30. Single stepping until exit from function ntdll!RtlMultipleAllocateHeap,
  31. which has no line number information.
  32. 0x76fda138 in tan () from C:\Windows\system32\ntdll.dll
  33. (gdb) next
  34. Single stepping until exit from function tan,
  35. which has no line number information.
  36. 0x76fc9516 in ntdll!RtlMultipleAllocateHeap ()
  37. from C:\Windows\system32\ntdll.dll
  38. (gdb) next
  39. Single stepping until exit from function ntdll!RtlMultipleAllocateHeap,
  40. which has no line number information.
  41.  
  42. Program received signal SIGSEGV, Segmentation fault.
  43. 0x691cab30 in atioglxx!DrvValidateVersion ()
  44. from C:\Windows\system32\atioglxx.dll
  45. (gdb) next
  46. Single stepping until exit from function atioglxx!DrvValidateVersion,
  47. which has no line number information.
  48. [Inferior 1 (process 668) exited with code 030000000005]
  49. (gdb) next
  50. The program is not being run.
  51. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment