Eric Blake wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Matthew Woehlke on 3/26/2009 4:49 PM:
==== sparc/Solaris ====
Not much to see here:
FAIL: test-quotearg.sh.log (exit: 134)
======================================
test-quotearg.c:182: assertion failed
Abort - core dumped
Can you run this one in a debugger and see the callstack at the time of
the abort, to see which comparison failed?
Um...
#0 0xff31a480 in _libc_kill () from /usr/lib/libc.so.1
#1 0xff2b95c0 in abort () from /usr/lib/libc.so.1
#2 0x00011984 in compare ()
#3 0x00011adc in compare_strings ()
#4 0x000123d4 in main ()
...okay, trying again after some Makefile hacking:
#0 0xff31a480 in _libc_kill () from /usr/lib/libc.so.1
#1 0xff2b95c0 in abort () from /usr/lib/libc.so.1
#2 0x00011984 in compare (a=0x21348 "«»", la=4, b=0x31ed0 "`'", lb=2)
at test-quotearg.c:182
#3 0x00011ad4 in compare_strings (func=0x11c9c <use_quotearg_buffer>,
results=0x31db0) at test-quotearg.c:196
#4 0x000123c8 in main (argc=1, argv=0xffbef32c) at test-quotearg.c:309
Need more?