Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2011
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. (gdb) bt 1
  2. #0 _Chain_Append_unprotected (the_message_queue=0x408da6bc,
  3. the_message=0x408dfe30, submit_type=2147483647)
  4. at ../../cpukit/../../../milkymist/lib/include/rtems/score/chain.inl:443
  5. (More stack frames follow...)
  6. (gdb) p ((CORE_message_queue_Control *) 0x408da6bc)->Pending_messages
  7. $12 = {first = 0x408dfe18, permanent_null = 0x0, last = 0x408dfe18}
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement