View Issue Details

IDProjectCategoryView StatusLast Update
0002034GNUnetfile-sharing servicepublic2011-12-26 22:28
ReporterLRN Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version0.9.0 
Target Version0.9.1Fixed in Version0.9.1 
Summary0002034: Crash in fs service
Descriptionr18766 + 7
Additional Information
Reading symbols from d:\progs\gnunet\bin\gnunet-service-fs.exe...done.
[Switching to Thread 732.0x1b98]
(gdb) bt
#0  0x771c000d in ntdll!LdrFindResource_U () from E:\Windows\SysWOW64\ntdll.dll
#1  0x7724f826 in ntdll!RtlQueryTimeZoneInformation () from E:\Windows\SysWOW64\ntdll.dll
#2  0x7490711e in USER32!SetWindowsHookW () from E:\Windows\syswow64\user32.dll
#3  0x00000000 in ?? ()
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 732.0x15cc]
0x00000000 in ?? ()
(gdb) bt
#0  0x00000000 in ?? ()
#1  0x0040e7e5 in _fu506__skip_log () at gnunet-service-fs_pr.c:361
#2  0x00405876 in _fu152__skip_log () at gnunet-service-fs_cp.c:1315
#3  0x00401759 in handle_p2p_get (cls=0x0, other=0x28fb48, message=0x28fba0, atsi=0x28fb88, atsi_count=2) at gnunet-service-fs.c:348
#4  0x695056d6 in _fu230__skip_log () at core_api.c:993
#5  0x6be43949 in receive_task (cls=0x4cbe80, tc=0x28fc90) at client.c:541
#6  0x6be74e97 in run_ready (rs=0x498030, ws=0x958fd8) at scheduler.c:684
#7  0x6be75605 in GNUNET_SCHEDULER_run (task=0x6be7f96a <service_task>, task_cls=0x28fe28) at scheduler.c:874
#8  0x6be8064e in GNUNET_SERVICE_run (argc=3, argv=0x48ad08, serviceName=0x417167 "fs", opt=GNUNET_SERVICE_OPTION_NONE, task=0x401e3d <run>,
    task_cls=0x0) at service.c:1673
#9  0x00402060 in main (argc=3, argv=0x48ad08) at gnunet-service-fs.c:652
(gdb) up
#1  0x0040e7e5 in _fu506__skip_log () at gnunet-service-fs_pr.c:361
361           dpr->rh (dpr->rh_cls, GNUNET_BLOCK_EVALUATION_REQUEST_VALID, dpr,
(gdb) p dpr->rh
$1 = (GSF_PendingRequestReplyHandler) 0
TagsNo tags attached.

Activities

Christian Grothoff

2011-12-25 17:46

manager   ~0005201

Fixed in SVN 18812.

Issue History

Date Modified Username Field Change
2011-12-24 17:26 LRN New Issue
2011-12-24 22:58 Christian Grothoff Assigned To => Christian Grothoff
2011-12-24 22:58 Christian Grothoff Status new => assigned
2011-12-25 17:46 Christian Grothoff Note Added: 0005201
2011-12-25 17:46 Christian Grothoff Status assigned => resolved
2011-12-25 17:46 Christian Grothoff Fixed in Version => 0.9.1
2011-12-25 17:46 Christian Grothoff Resolution open => fixed
2011-12-25 17:48 Christian Grothoff Product Version => 0.9.0
2011-12-25 17:48 Christian Grothoff Target Version => 0.9.1
2011-12-26 22:28 Christian Grothoff Status resolved => closed