Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2011
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. (gdb) awatch *(int *) 0x10
  2. Hardware access (read/write) watchpoint 1: *(int *) 0x10
  3. (gdb) cont
  4. Continuing.
  5.  
  6. Program received signal SIGTRAP, Trace/breakpoint trap.
  7. 0x40154b04 in memcpy (dst0=0x10, src0=<value optimized out>,
  8. len0=<value optimized out>)
  9. at ../../../../../../../../../gcc-4.5.2/newlib/libc/string/memcpy.c:107
  10. 107 ../../../../../../../../../gcc-4.5.2/newlib/libc/string/memcpy.c: No such file or directory.
  11. in ../../../../../../../../../gcc-4.5.2/newlib/libc/string/memcpy.c
  12. (gdb) bt f
  13. #0 0x40154b04 in memcpy (dst0=0x10, src0=<value optimized out>,
  14. len0=<value optimized out>)
  15. at ../../../../../../../../../gcc-4.5.2/newlib/libc/string/memcpy.c:107
  16. dst = <value optimized out>
  17. src = <value optimized out>
  18. aligned_dst = <value optimized out>
  19. aligned_src = <value optimized out>
  20. #1 0x40103c00 in _CORE_message_queue_Copy_buffer (
  21. the_message_queue=0x408da6bc, buffer=<value optimized out>, size=1,
  22. id=<value optimized out>,
  23. api_message_queue_mp_support=<value optimized out>,
  24. submit_type=<value optimized out>, wait=false,
  25. timeout=<value optimized out>)
  26. at ../../cpukit/../../../milkymist/lib/include/rtems/score/coremsg.inl:101
  27. No locals.
  28. #2 _CORE_message_queue_Submit (the_message_queue=0x408da6bc,
  29. buffer=<value optimized out>, size=1, id=<value optimized out>,
  30. api_message_queue_mp_support=<value optimized out>,
  31. submit_type=<value optimized out>, wait=false,
  32. timeout=<value optimized out>)
  33. at ../../../../../../../../../milkymist/rtems-milkymist.git/c/src/../../cpukit/score/src/coremsgsubmit.c:120
  34. the_thread = <value optimized out>
  35. #3 0x40101de4 in _CORE_message_queue_Send (id=570490885, buffer=0x408d6e4f,
  36. size=1)
  37. at ../../cpukit/../../../milkymist/lib/include/rtems/score/coremsg.inl:46
  38. No locals.
  39. #4 rtems_message_queue_send (id=570490885, buffer=0x408d6e4f, size=1)
  40. at ../../../../../../../../../milkymist/rtems-milkymist.git/c/src/../../cpukit/rtems/src/msgqsend.c:76
  41. location = OBJECTS_LOCAL
  42. status = 16
  43. #5 0x00000000 in ?? ()
  44. No symbol table info available.
  45.  
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement