Guest User

Untitled

a guest
Feb 22nd, 2013
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. cdrom: dma past end of sector (secleft=-1163005939 sz=2048)
  2.  
  3. Program received signal SIGSEGV, Segmentation fault.
  4. 0x000007fefe3c11be in msvcrt!memmove () from C:\Windows\system32\msvcrt.dll
  5. (gdb) bt
  6. #0 0x000007fefe3c11be in msvcrt!memmove ()
  7. from C:\Windows\system32\msvcrt.dll
  8. #1 0x0000000000d25d1e in psxcd_device::start_dma (this=0x338ee0,
  9. mainram=0x29801000 "", size=2048) at src/mess/machine/psxcd.c:1045
  10. #2 0x0000000000d1a9a8 in psx1_state::cd_dma_read (this=0x350c90,
  11. p_n_psxram=0x297f1000, n_address=65536, n_size=512)
  12. at src/mess/drivers/psx.c:478
  13. #3 0x000000000276774e in delegate_base<void, unsigned int*, unsigned int, int,
  14. _noparam, _noparam>::operator() (this=0x356a58, p1=0x297f1000, p2=65536,
  15. p3=512) at src/emu/delegate.h:542
  16. #4 0x00000000014fec28 in psxdma_device::write (this=0x356480, space=...,
  17. offset=14, data=285212672, mem_mask=4294967295)
  18. at src/emu/cpu/psx/dma.c:271
  19. #5 0x00000000027680d0 in delegate_base<void, address_space&, unsigned int, unsi
  20. gned int, unsigned int, _noparam>::operator() (this=0x27d8a508, p1=...,
  21. p2=14, p3=285212672, p4=4294967295) at src/emu/delegate.h:543
  22. #6 0x0000000002773dde in handler_entry_write::write32 (this=0x27d8a3d0,
  23. space=..., offset=14, data=285212672, mask=4294967295)
  24. at src/emu/memory.c:492
  25. #7 0x00000000025105d1 in address_space_specific<unsigned int, (endianness_t)0,
  26. true>::write_native (this=0x27beb5c0, offset=56, data=285212672)
  27. at src/emu/memory.c:1133
  28. #8 0x000000000250fe3a in address_space_specific<unsigned int, (endianness_t)0,
  29. true>::write_dword (this=0x27beb5c0, address=528486584, data=285212672)
  30. at src/emu/memory.c:1408
  31. #9 0x00000000014f32ca in psxcpu_device::writeword (this=0x3514c0,
  32. address=528486584, data=285212672) at src/emu/cpu/psx/psx.c:334
  33. #10 0x00000000014fc7b2 in psxcpu_device::execute_run (this=0x3514c0)
  34. at src/emu/cpu/psx/psx.c:3017
  35. #11 0x000000000253c992 in device_execute_interface::run (this=0x3518d0)
  36. at src/emu/diexec.h:216
  37. #12 0x0000000001784092 in device_scheduler::timeslice (this=0x22e6d8)
  38. at src/emu/schedule.c:488
  39. #13 0x000000000179cd22 in running_machine::run (this=0x228c60, firstrun=true)
  40. at src/emu/machine.c:393
  41. #14 0x0000000000000000 in ?? ()
  42. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment