View Issue Details

IDProjectCategoryView StatusLast Update
0002574GNUnetpublic2012-11-05 18:33
ReporterSree Harsha Totakura Assigned ToSree Harsha Totakura  
PrioritylowSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.4Fixed in Version0.9.4 
Summary0002574: stream test cases crash when aborted with SIGINT
Descriptionstream test cases crash when aborted with SIGINT
Additional InformationOct 02 13:32:46-768689 stream-api-7472 DEBUG FC74: Message sending timed out. Retry 1
Oct 02 13:32:46-768715 stream-api-7472 DEBUG FC74: Receiving DATA with sequence number: 849491612 and size: 40 from FC74
Oct 02 13:32:46-768818 stream-api-7472 DEBUG FC74: Receiving DATA with sequence number: 849491613 and size: 40 from FC74
Oct 02 13:32:46-768840 stream-api-7472 WARNING Closing STREAM socket when a write handle is pending
Oct 02 13:32:46-768855 util-scheduler-7472 ERROR Attempt to cancel dead task 5368!
Oct 02 13:32:46-768868 perf_stream_api-7472 ERROR Assertion failed at scheduler.c:918.
Aborted (core dumped)
harsha@nautophone:~/repos/gnunet/src/stream$ libtool --mode=execute gdb ./perf_stream_api /tmp/cores/lt-perf_stream_-1349177566.7472
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /home/harsha/repos/gnunet/src/stream/.libs/lt-perf_stream_api...done.

warning: core file may not match specified executable file.
[New LWP 7472]

warning: Can't read pathname for load map: Input/output error.
Core was generated by `/home/harsha/repos/gnunet/src/stream/.libs/lt-perf_stream_api'.
Program terminated with signal 6, Aborted.
#0 0xb77d0424 in __kernel_vsyscall ()
(gdb) bt
#0 0xb77d0424 in __kernel_vsyscall ()
#1 0xb75941ef in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#2 0xb7597835 in __GI_abort () at abort.c:91
#3 0xb7760e77 in GNUNET_abort () at common_logging.c:293
#4 0xb7795967 in GNUNET_SCHEDULER_cancel (task=5368) at scheduler.c:918
#5 0xb77c9a56 in GNUNET_STREAM_io_write_cancel (ioh=0x94f5418) at stream_api.c:3472
#6 0xb77c8459 in GNUNET_STREAM_close (socket=0x94f43a0) at stream_api.c:3093
#7 0x0804926e in do_shutdown (cls=0x0, tc=0xbfb244e0) at perf_stream_api.c:363
#8 0x080494e3 in do_abort (cls=0x0, tc=0xbfb244e0) at perf_stream_api.c:404
#9 0xb7794ac9 in run_ready (rs=0x94e4c88, ws=0x94e4d80) at scheduler.c:602
#10 0xb7795378 in GNUNET_SCHEDULER_run (task=0xb774b679 <service_run_main>, task_cls=0xbfb245d0)
    at scheduler.c:790
#11 0xb774b912 in GNUNET_TESTING_service_run (testdir=0x804bd53 "perf_stream_api", service_name=0xb774c171 "arm",
    cfgfilename=0x804bd63 "test_stream_local.conf", tm=0x804a5df <run>, tm_cls=0x0) at testing.c:1155
#12 0xb774b673 in GNUNET_TESTING_peer_run (testdir=0x804bd53 "perf_stream_api",
    cfgfilename=0x804bd63 "test_stream_local.conf", tm=0x804a5df <run>, tm_cls=0x0) at testing.c:1040
#13 0x0804b906 in main (argc=1, argv=0xbfb24724) at perf_stream_api.c:923
(gdb)
TagsNo tags attached.

Activities

Sree Harsha Totakura

2012-10-02 14:22

developer   ~0006397

fixed in SVN #24161

Issue History

Date Modified Username Field Change
2012-10-02 13:35 Sree Harsha Totakura New Issue
2012-10-02 13:35 Sree Harsha Totakura Status new => assigned
2012-10-02 13:35 Sree Harsha Totakura Assigned To => Sree Harsha Totakura
2012-10-02 14:22 Sree Harsha Totakura Note Added: 0006397
2012-10-02 14:22 Sree Harsha Totakura Status assigned => resolved
2012-10-02 14:22 Sree Harsha Totakura Fixed in Version => 0.9.4
2012-10-02 14:22 Sree Harsha Totakura Resolution open => fixed
2012-10-06 16:37 Christian Grothoff Target Version => 0.9.4
2012-11-05 18:33 Christian Grothoff Status resolved => closed
2014-12-15 19:13 Christian Grothoff Category stream library => (No Category)