Re: bug: M1 hangs after heavy MIDI traffic
Werner Almesberger <
werner@...>
2011-11-01 17:44:12 GMT
I wrote:
> Now running under gdb since last evening.
It now felt ready for another hang. The GDB I had already attached
responded to ^C and produces this stack trace:
Program received signal SIGTRAP, Trace/breakpoint trap.
...
(gdb) bt f
#0 memcpy (dst0=0x40a52dc4, src0=0x10, len0=4234967967)
at ../../../../../../../../../gcc-4.5.2/newlib/libc/string/memcpy.c:87
dst = 0x40a52dc4 "U\231\252f\f\205"
src = 0x10 "U\231\252f\f\205"
aligned_dst = 0x4438b224
aligned_src = 0x3938470
#1 0x401039e8 in _CORE_message_queue_Copy_buffer (
the_message_queue=0x408d96bc, id=<value optimized out>,
buffer=<value optimized out>, size_p=<value optimized out>, wait=36,
timeout=<value optimized out>)
at ../../cpukit/../../../milkymist/lib/include/rtems/score/coremsg.inl:101
No locals.
#2 _CORE_message_queue_Seize (the_message_queue=0x408d96bc,
id=<value optimized out>, buffer=<value optimized out>,
size_p=<value optimized out>, wait=36, timeout=<value optimized out>)
at ../../../../../../rtems-milkymist/c/src/../../cpukit/score/src/coremsgseize.c:83
level = 4294967295
executing = <value optimized out>
#3 0x40101c5c in rtems_message_queue_receive (id=<value optimized out>,
buffer=0x40a52dc4, size=0x40a52da0, option_set=0, timeout=0)
at ../../../../../../rtems-milkymist/c/src/../../cpukit/rtems/src/msgqreceive.c:83
(Continue reading)