View Issue Details

IDProjectCategoryView StatusLast Update
0001579GNUnetfile-sharing servicepublic2010-10-21 15:47
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritynormalSeveritycrashReproducibilityhave not tried
Status closedResolutionfixed 
Summary0001579: npe in fs_publish.c
DescriptionProgram terminated with signal 11, Segmentation fault.
#0 hash_for_index_cb (cls=0x9d66b10, res=0xbf82e198) at fs_publish.c:782
782 client = GNUNET_CLIENT_connect (sc->h->sched,
(gdb) ba
#0 hash_for_index_cb (cls=0x9d66b10, res=0xbf82e198) at fs_publish.c:782
#1 0x400601bb in file_hash_finish (fhc=0x404a2008, res=0xbf82e198)
    at crypto_hash.c:444
#2 0x400604ae in file_hash_task (cls=0x404a2008, tc=0xbf82e218)
    at crypto_hash.c:482
#3 0x40072bdd in run_ready (sched=0xbf82e270, rs=0x9d50c60, ws=0x9d514d8)
    at scheduler.c:604
#4 0x40073111 in GNUNET_SCHEDULER_run (task=0x4006ef74 <program_main>,
    task_cls=0xbf82e5c0) at scheduler.c:731
#5 0x4006f69f in GNUNET_PROGRAM_run (argc=3, argv=0xbf82e660,
    binaryName=0x804a673 "test-fs-download-indexed",
    binaryHelp=0x804a6ca "nohelp", options=0xbf82e644, task=0x8049d4f <run>,
    task_cls=0x0) at program.c:226
#6 0x0804a21c in main (argc=1, argv=0xbf82e734)
    at test_fs_download_indexed.c:368
(gdb) print sc->h
$3 = (struct GNUNET_FS_Handle *) 0x0
TagsNo tags attached.

Activities

Christian Grothoff

2010-07-11 23:48

manager   ~0004065

Hashing was not cancelled during suspend/stop. Fixed in SVN 12202.

Issue History

Date Modified Username Field Change
2010-07-02 23:51 Christian Grothoff New Issue
2010-07-02 23:51 Christian Grothoff Status new => assigned
2010-07-02 23:51 Christian Grothoff Assigned To => Christian Grothoff
2010-07-02 23:52 Christian Grothoff Severity minor => crash
2010-07-11 23:48 Christian Grothoff Note Added: 0004065
2010-07-11 23:48 Christian Grothoff Status assigned => resolved
2010-07-11 23:48 Christian Grothoff Resolution open => fixed
2010-10-21 15:47 Christian Grothoff Status resolved => closed