View Issue Details

IDProjectCategoryView StatusLast Update
0003156GNUnetset servicepublic2013-12-24 20:53
ReporterMatthias Wachs Assigned ToFlorian Dold  
PrioritynormalSeveritymajorReproducibilitysometimes
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.10.0Fixed in Version0.10.0 
Summary0003156: Set hangs during shutdown
DescriptionProgram received signal SIGINT, Interrupt.
0x0000000000401f9f in get_incoming (id=1) at gnunet-service-set.c:203
203 if (op->state->suggest_id == id)
(gdb) bt
#0 0x0000000000401f9f in get_incoming (id=1) at gnunet-service-set.c:203
#1 0x0000000000405898 in handle_client_accept (cls=0x0, client=0x21e8ef0, mh=0x7fff5cef0898) at gnunet-service-set.c:1053
#2 0x00007fe99d63fe0e in GNUNET_SERVER_inject (server=0x21e7860, sender=0x21e8ef0, message=0x7fff5cef0898) at server.c:985
#3 0x00007fe99d640a96 in client_message_tokenizer_callback (cls=0x21e7860, client=0x21e8ef0, message=0x7fff5cef0898) at server.c:1205
#4 0x00007fe99d64321f in GNUNET_SERVER_mst_receive (mst=0x21eba40, client_identity=0x21e8ef0, buf=0x7fff5cef0898 "", size=14,
    purge=0, one_shot=-1) at server_mst.c:261
#5 0x00007fe99d640695 in process_incoming (cls=0x21e8ef0, buf=0x7fff5cef0898, available=14, addr=0x21e8de0, addrlen=2, errCode=0)
    at server.c:1136
#6 0x00007fe99d60f2f1 in receive_ready (cls=0x21e8e00, tc=0x7fff5cf00950) at connection.c:1062
#7 0x00007fe99d63bdd1 in run_ready (rs=0x21e70d0, ws=0x21e7160) at scheduler.c:593
#8 0x00007fe99d63c658 in GNUNET_SCHEDULER_run (task=0x7fe99d648a57 <service_task>, task_cls=0x7fff5cf00bd0) at scheduler.c:808
#9 0x00007fe99d64a6db in GNUNET_SERVICE_run (argc=3, argv=0x7fff5cf00f48, service_name=0x40df95 "set",
    options=GNUNET_SERVICE_OPTION_NONE, task=0x40687a <run>, task_cls=0x0) at service.c:1478
#10 0x0000000000406a3a in main (argc=3, argv=0x7fff5cf00f48) at gnunet-service-set.c:1370
(gdb) quit
A debugging session is active.

    Inferior 1 [process 15383] will be detached.

Quit anyway? (y or n) y
Steps To Reproduce./test_transport_dv
TagsNo tags attached.

Activities

Matthias Wachs

2013-12-05 13:21

manager   ~0007759

fixed in 31064.

Issue History

Date Modified Username Field Change
2013-12-05 13:21 Matthias Wachs New Issue
2013-12-05 13:21 Matthias Wachs Status new => assigned
2013-12-05 13:21 Matthias Wachs Assigned To => Florian Dold
2013-12-05 13:21 Matthias Wachs Note Added: 0007759
2013-12-05 13:21 Matthias Wachs Status assigned => resolved
2013-12-05 13:21 Matthias Wachs Resolution open => fixed
2013-12-24 20:49 Christian Grothoff Product Version => Git master
2013-12-24 20:49 Christian Grothoff Fixed in Version => 0.10.0
2013-12-24 20:49 Christian Grothoff Target Version => 0.10.0
2013-12-24 20:53 Christian Grothoff Status resolved => closed