View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002149 | GNUnet | DHT service | public | 2012-02-18 14:23 | 2012-02-28 11:05 |
| Reporter | LRN | Assigned To | Bart Polot | ||
| Priority | high | Severity | crash | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Target Version | 0.9.2 | Fixed in Version | 0.9.2 | ||
| Summary | 0002149: Crash in test_dht_monitor | ||||
| Description | r19835+6 | ||||
| Additional Information |
Program received signal SIGSEGV, Segmentation fault.
0x66102f3a in _fu65__skip_log () at dht_api.c:816
816 GNUNET_CONTAINER_DLL_insert (handle->pending_head, handle->pending_tail,
(gdb) p handle->pending_head
Cannot access memory at address 0xc
(gdb) p handle
$1 = (struct GNUNET_DHT_Handle *) 0x0
(gdb) bt
#0 0x66102f3a in _fu65__skip_log () at dht_api.c:816
#1 0x00401f61 in _fu47__skip_log () at test_dht_monitor.c:273
#2 0x6be77bd1 in run_ready (rs=0x1ee2f68, ws=0x1ee3f98) at scheduler.c:684
#3 0x6be78342 in GNUNET_SCHEDULER_run (task=0x6be71a68 <program_main>, task_cls=0x28fe4c) at scheduler.c:874
#4 0x6be7227d in GNUNET_PROGRAM_run (argc=5, argv=0x28fef4, binaryName=0x40538e "test_dht_monitor", binaryHelp=0x4054d4 "Test dht monitoring in a line.", options=0x404020, task=0x4027ad <run>, task_cls=0x0)
at program.c:250
#5 0x00402d9b in main (xargc=1, xargv=0x1ec9d38) at test_dht_monitor.c:559
| ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-02-18 14:23 | LRN | New Issue | |
| 2012-02-18 15:42 | Christian Grothoff | Assigned To | => Bart Polot |
| 2012-02-18 15:42 | Christian Grothoff | Status | new => assigned |
| 2012-02-18 15:43 | Christian Grothoff | Priority | normal => high |
| 2012-02-18 15:43 | Christian Grothoff | Severity | minor => crash |
| 2012-02-18 15:43 | Christian Grothoff | Product Version | => Git master |
| 2012-02-18 15:43 | Christian Grothoff | Target Version | => 0.9.2 |
| 2012-02-20 13:28 | Bart Polot | Note Added: 0005485 | |
| 2012-02-20 13:28 | Bart Polot | Status | assigned => resolved |
| 2012-02-20 13:28 | Bart Polot | Fixed in Version | => 0.9.2 |
| 2012-02-20 13:28 | Bart Polot | Resolution | open => fixed |
| 2012-02-28 11:05 | Christian Grothoff | Status | resolved => closed |