Advertisement
Guest User

Untitled

a guest
Nov 24th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.35 KB | None | 0 0
  1. (gdb)
  2. ALSA lib pcm.c:7905:(snd_pcm_recover) underrun occurred
  3. 64      rb->read(dark_file, &idx[ofs_mastern], sizeof(struct gob_idx_entry) * current_mastern);
  4. (gdb)
  5. ALSA lib pcm.c:7905:(snd_pcm_recover) underrun occurred
  6. 67      rb->close(dark_file);
  7. (gdb)
  8. ALSA lib pcm.c:7905:(snd_pcm_recover) underrun occurred
  9. 69  }
  10. (gdb)
  11. ALSA lib pcm.c:7905:(snd_pcm_recover) underrun occurred
  12. plugin__start (param=0x0)
  13.     at /home/jonathan/rockbox/apps/plugins/plugin_crt0.c:121
  14. 121     if (atexit_handler != NULL)
  15. (gdb)
  16. ALSA lib pcm.c:7905:(snd_pcm_recover) underrun occurred
  17. 125 }
  18. (gdb)
  19. ALSA lib pcm.c:7905:(snd_pcm_recover) underrun occurred
  20. plugin_load (
  21.     plugin=plugin@entry=0x7fffffffdd30 "/.rockbox/rocks/games/dark_forces.rock", parameter=parameter@entry=0x0)
  22.     at /home/jonathan/rockbox/apps/plugin.c:931
  23. 931     tree_unlock_cache(tree_get_context());
  24. (gdb)
  25. ALSA lib pcm.c:7905:(snd_pcm_recover) underrun occurred
  26. 932     pop_current_activity();
  27. (gdb)
  28. ALSA lib pcm.c:7905:(snd_pcm_recover) underrun occurred
  29.  
  30. Program received signal SIGSEGV, Segmentation fault.
  31. lcd_scroll_stop_viewport (vp=0x544f422020302048)
  32.     at /home/jonathan/rockbox/firmware/drivers/lcd-scroll.c:99
  33. 99      LCDFN(scroll_stop_viewport_rect)(vp, 0, 0, vp->width, vp->height);
  34. (gdb)
  35. 0x00007ffff7844600 in ?? ()
  36.    from /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0
  37. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement