View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003171 | GNUnet | set service | public | 2013-12-08 22:02 | 2013-12-24 20:54 |
Reporter | Christian Grothoff | Assigned To | Christian Grothoff | ||
Priority | urgent | Severity | crash | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | Git master | ||||
Target Version | 0.10.0 | Fixed in Version | 0.10.0 | ||
Summary | 0003171: crash in set | ||||
Description | (gdb) ba #0 0x00007f5eb19961d5 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #1 0x00007f5eb1999388 in __GI_abort () at abort.c:90 #2 0x00007f5eb26390c1 in GNUNET_abort () at common_logging.c:289 #3 0x00007f5eb2674dfd in GNUNET_SCHEDULER_cancel (task=55) at scheduler.c:950 #4 0x00007f5eb2ac6697 in incoming_destroy (incoming=0x7f5eb338c120) at gnunet-service-set.c:445 #5 0x00007f5eb2ac9d49 in incoming_timeout_cb (cls=0x7f5eb338c120, tc=0x7fff5ce22b80) at gnunet-service-set.c:1148 #6 0x00007f5eb2673ec1 in run_ready (rs=0x7f5eb335c2e0, ws=0x7f5eb335c370) at scheduler.c:595 #7 0x00007f5eb2674813 in GNUNET_SCHEDULER_run (task=0x7f5eb2681900 <service_task>, task_cls=0x7fff5ce22dc0) at scheduler.c:817 #8 0x00007f5eb2683610 in GNUNET_SERVICE_run (argc=3, argv=0x7fff5ce23188, service_name=0x7f5eb2ad2d65 "set", options=GNUNET_SERVICE_OPTION_NONE, task=0x7f5eb2aca4e9 <run>, task_cls=0x0) at service.c:1478 #9 0x00007f5eb2aca6fa in main (argc=3, argv=0x7fff5ce23188) at gnunet-service-set.c:1371 | ||||
Steps To Reproduce | grothoff@spec:~/svn/gnunet/src/dv$ ../testbed/gnunet-testbed-profiler -c test_transport_dv_data.conf -p 10 -e 100 | ||||
Tags | No tags attached. | ||||
|
(gdb) up #1 0x00007f5eb1999388 in __GI_abort () at abort.c:90 #2 0x00007f5eb26390c1 in GNUNET_abort () at common_logging.c:289 #3 0x00007f5eb2674dfd in GNUNET_SCHEDULER_cancel (task=55) at scheduler.c:950 #4 0x00007f5eb2ac6697 in incoming_destroy (incoming=0x7f5eb338c120) at gnunet-service-set.c:445 (gdb) print *incoming $1 = {vt = 0x7f5eb2cd5a20, channel = 0x7f5eb3382c20, mq = 0x7f5eb338c1d0, is_incoming = 1, generation_created = 0, spec = 0x0, state = 0x7f5eb338c170, next = 0x0, prev = 0x0} (gdb) print *incoming->state $2 = {peer = {public_key = {q_y = "3]\274\243\305\n\264\rB\265\216\016\243\226$?{\351\071\370\377z\\né¹²\177\221\071\367t"}}, suggest_id = 0, timeout_task = 55} |
|
Fixed in SVN 31177. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-12-08 22:02 | Christian Grothoff | New Issue | |
2013-12-08 22:02 | Christian Grothoff | Status | new => assigned |
2013-12-08 22:02 | Christian Grothoff | Assigned To | => Florian Dold |
2013-12-08 22:02 | Christian Grothoff | Note Added: 0007784 | |
2013-12-08 22:06 | Christian Grothoff | Note Added: 0007785 | |
2013-12-08 22:06 | Christian Grothoff | Status | assigned => resolved |
2013-12-08 22:06 | Christian Grothoff | Fixed in Version | => 0.10.0 |
2013-12-08 22:06 | Christian Grothoff | Resolution | open => fixed |
2013-12-08 22:06 | Christian Grothoff | Assigned To | Florian Dold => Christian Grothoff |
2013-12-24 20:54 | Christian Grothoff | Status | resolved => closed |