View Issue Details

IDProjectCategoryView StatusLast Update
0002478GNUnetnamestore servicepublic2012-11-05 18:34
ReporterSree Harsha Totakura Assigned ToChristian Grothoff  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.4Fixed in Version0.9.4 
Summary0002478: Assertion failure in gnunet-namestore when killed with SIGTERM
Descriptionassertion failure when `gnunet-namestore -D` SIGTERM'ed.

gnunet-namestore -D
Using default zone file `/home/harsha/.gnunet/gns/zonekey.zkey'
^CJul 03 16:28:04-359016 gnunet-namestore-29058 ERROR Assertion failed at namestore_api.c:966.
Steps To Reproducerun gnunet-namestore -D.
on my computer neither it doesn't print anything nor quits.
When given ^C, it crashes with assertion failure
Additional Informationharsha@nautophone:~$ gdb gnunet-namestore
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 /usr/local/bin/gnunet-namestore...done.
(gdb) r -D
Starting program: /usr/local/bin/gnunet-namestore -D
Using default zone file `/home/harsha/.gnunet/gns/zonekey.zkey'
^C
Program received signal SIGINT, Interrupt.
0xb7fdd424 in __kernel_vsyscall ()
(gdb) bt
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7e90abd in ___newselect_nocancel () at ../sysdeps/unix/syscall-template.S:82
#2 0xb7f941e6 in GNUNET_NETWORK_socket_select (rfds=0x805f1a8, wfds=0x805f230, efds=0x0, timeout=...) at network.c:1287
#3 0xb7fa1d89 in GNUNET_SCHEDULER_run (task=0xb7f99870 <program_main>, task_cls=0xbffff1fc) at scheduler.c:761
#4 0xb7f9a0b9 in GNUNET_PROGRAM_run2 (argc=2, argv=0x804da48, binaryName=0x804a12d "gnunet-namestore",
    binaryHelp=0x804a13e "GNUnet zone manipulation tool", options=0x804a440, task=0x8049100 <run>, task_cls=0x0,
    run_without_scheduler=0) at program.c:261
#5 0xb7f9a263 in GNUNET_PROGRAM_run (argc=2, argv=0x804da48, binaryName=0x804a12d "gnunet-namestore",
    binaryHelp=0x804a13e "GNUnet zone manipulation tool", options=0x804a440, task=0x8049100 <run>, task_cls=0x0) at program.c:296
#6 0x0804902d in main (argc=2, argv=0x804da48) at gnunet-namestore.c:621
(gdb)
TagsNo tags attached.

Activities

Christian Grothoff

2012-07-04 10:37

manager   ~0006204

Fixed in SVN 22469.

Issue History

Date Modified Username Field Change
2012-07-03 16:36 Sree Harsha Totakura New Issue
2012-07-03 16:41 Sree Harsha Totakura Summary Assertion fails when killed with SIGTERM => Assertion failure in gnunet-namestore when killed with SIGTERM
2012-07-04 09:28 Christian Grothoff Target Version => 0.9.4
2012-07-04 09:29 Christian Grothoff Assigned To => Christian Grothoff
2012-07-04 09:29 Christian Grothoff Status new => assigned
2012-07-04 10:37 Christian Grothoff Note Added: 0006204
2012-07-04 10:37 Christian Grothoff Status assigned => resolved
2012-07-04 10:37 Christian Grothoff Fixed in Version => 0.9.4
2012-07-04 10:37 Christian Grothoff Resolution open => fixed
2012-11-05 18:34 Christian Grothoff Status resolved => closed
2013-10-02 13:56 Christian Grothoff Category namestore => namestore service