This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix false FAILs on testsuite with ulimit -c unlimited.


Hi,

(ulimit -c unlimited;make check)
FAIL: run-backtrace-native.sh
FAIL: run-backtrace-native-biarch.sh

tests/run-backtrace-native.sh.log
rmdir: failed to remove 'test-21522': Directory not empty

tests/test-21522/core.21602
Core was generated by `/home/jkratoch/redhat/elfutils/tests/backtrace-child --ptraceme'.

#2  0x00007f19405fb079 in main (argc=2, argv=0x7fff6d8bf1d8) at backtrace-child.c:222
222	  abort ();
(gdb) l
217	  if (gencore)
218	    pthread_join (thread, NULL);
219	  else
220	    raise (SIGUSR2);
221	  /* Not reached.  */
222	  abort ();
223	}

Probably obvious.


Thanks,
Jan

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]