Advertisement
Guest User

Untitled

a guest
Apr 20th, 2010
740
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. Program received signal SIGTRAP, Trace/breakpoint trap.
  2. 0x3103ad32 in add_to_list_l (list=0x10005e88, thread=0x1000660c) at /home/wodz/rockbox-git/firmware/thread.c:1161
  3. 1161 l->l.prev = thread;
  4. (gdb) p/x cores
  5. $12 = {{
  6. running = 0x1000660c,
  7. timeout = 0x10006090,
  8. block_task = 0x0,
  9. rtr = {
  10. hist = {0x0 <repeats 32 times>},
  11. mask = 0x0
  12. },
  13. next_tmo_check = 0x6f9
  14. }}
  15. (gdb) c
  16. Continuing.
  17.  
  18. Program received signal SIGTRAP, Trace/breakpoint trap.
  19. 0x3103bb90 in switch_thread () at /home/wodz/rockbox-git/firmware/target/coldfire/system-target.h:100
  20. 100 asm volatile ("move.w %1, %0 \n"
  21. (gdb) p/x cores
  22. $13 = {{
  23. running = 0x1000660c,
  24. timeout = 0x10006090,
  25. block_task = 0x0,
  26. rtr = {
  27. hist = {0x0 <repeats 15 times>, 0x1, 0x0 <repeats 16 times>},
  28. mask = 0x8000
  29. },
  30. next_tmo_check = 0x6fc
  31. }}
  32. (gdb) c
  33. Continuing.
  34.  
  35. Program received signal SIGTRAP, Trace/breakpoint trap.
  36. 0x3103ad64 in remove_from_list_l (list=0x10005e88, thread=0x1000660c) at /home/wodz/rockbox-git/firmware/thread.c:1192
  37. 1192 prev->l.next = next;
  38. (gdb) p/x cores
  39. $14 = {{
  40. running = 0x0,
  41. timeout = 0x10006090,
  42. block_task = 0x0,
  43. rtr = {
  44. hist = {0x0 <repeats 15 times>, 0x1, 0x0 <repeats 16 times>},
  45. mask = 0x8000
  46. },
  47. next_tmo_check = 0x6fc
  48. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement