View Issue Details

IDProjectCategoryView StatusLast Update
0002205GNUnettesting librarypublic2012-11-05 18:34
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritynoneSeveritycrashReproducibilityhave not tried
Status closedResolutionwon't fix 
Product VersionGit master 
Target Version0.9.4Fixed in Version0.9.4 
Summary0002205: new (sane) assertion fails in testing.c:1545
DescriptionCore was generated by `/home/grothoff/svn/gnunet/src/fs/.libs/lt-test_gnunet_service_fs_migration'.
Program terminated with signal 6, Aborted.
#0 0x00002b0ef54e31b5 in *__GI_raise (sig=<value optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
    in ../nptl/sysdeps/unix/sysv/linux/raise.c
(gdb) ba
#0 0x00002b0ef54e31b5 in *__GI_raise (sig=<value optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1 0x00002b0ef54e5fc0 in *__GI_abort () at abort.c:92
#2 0x00002b0ef50430bc in GNUNET_abort () at common_logging.c:273
#3 0x00002b0ef4bd2dfb in GNUNET_TESTING_daemon_stop (d=0x1cf06d0, timeout=..., cb=0x2b0ef4be3516 <internal_shutdown_callback>, cb_cls=0x1ccf030, delete_files=1, allow_restart=0) at testing.c:1545
#4 0x00002b0ef4be3c7f in schedule_shutdown_task (cls=0x1ccf030, tc=0x7fff25ffc7c0) at testing_group.c:6954
#5 0x00002b0ef5073e54 in run_ready (rs=0x1cce0b0, ws=0x1cce140) at scheduler.c:682
#6 0x00002b0ef5074663 in GNUNET_SCHEDULER_run (task=0x2b0ef506d138 <program_main>, task_cls=0x7fff25ffca70) at scheduler.c:870
#7 0x00002b0ef506da81 in GNUNET_PROGRAM_run (argc=3, argv=0x7fff25ffcba0, binaryName=0x404440 "test-gnunet-service-fs-migration", binaryHelp=0x4044d1 "nohelp", options=0x7fff25ffcb60, task=0x402151 <run>, task_cls=0x0) at program.c:250
#8 0x0000000000402245 in main (argc=1, argv=0x7fff25ffccb8) at test_gnunet_service_fs_migration.c:214
TagsNo tags attached.

Activities

LRN

2012-03-10 16:07

reporter   ~0005593

I have this too.
Program received signal SIGTRAP, Trace/breakpoint trap.
0x75c7280d in KERNELBASE!DeleteAce () from C:\Windows\syswow64\KernelBase.dll
(gdb) bt
#0  0x75c7280d in KERNELBASE!DeleteAce () from C:\Windows\syswow64\KernelBase.dll
#1  0x61c065a4 in GNUNET_abort () at common_logging.c:271
#2  0x6ec0739d in _fu221__skip_log () at testing.c:1545
#3  0x6ec16f59 in _fu719__skip_log () at testing_group.c:6954
#4  0x61c3798d in run_ready (rs=0x1e40e28, ws=0x6d9fe8) at scheduler.c:682
#5  0x61c380fe in GNUNET_SCHEDULER_run (task=0x61c314ec <program_main>, task_cls=0x28fe3c) at scheduler.c:870
#6  0x61c31d01 in GNUNET_PROGRAM_run (argc=3, argv=0x28ff00, binaryName=0x4062f8 "test-gnunet-service-fs-migration", binaryHelp=0x4062f1 "nohelp", options=0x28fee4, task=0x401d35 <run>, task_cls=0x0) at program.c:250
#7  0x00401e3a in main (argc=1, argv=0x1e39df8) at test_gnunet_service_fs_migration.c:214
(gdb) up
#1  0x61c065a4 in GNUNET_abort () at common_logging.c:271
271       DebugBreak ();
(gdb)
#2  0x6ec0739d in _fu221__skip_log () at testing.c:1545
1545        GNUNET_assert (NULL == d->proc_arm_stop);
(gdb) p d->proc_arm_stop
$1 = (struct GNUNET_OS_Process *) 0x1e74b00
(gdb) l
1540        GNUNET_free (d->cfgfile);
1541        GNUNET_free_non_null (d->hostname);
1542        GNUNET_free_non_null (d->username);
1543        if (NULL != d->dead_cb)
1544          d->dead_cb (d->dead_cb_cls, NULL);
1545        GNUNET_assert (NULL == d->proc_arm_stop);
1546        GNUNET_free (d);
1547        return;
1548      }
1549
(gdb) p *d
$2 = {cfg = 0x1e57c08, max_timeout = {abs_value = 1331391852387}, hostname = 0x0, ssh_port_str = 0x0, shortname = 0x0, username = 0x0, cfgfile = 0x1e42240 "hТф\001р№m", hostkey_callback = 0, hostkey_cls = 0x6dfca0, cb = 0,
  cb_cls = 0x6dfca0, dead_cb = 0x6ec1689b <internal_shutdown_callback>, dead_cb_cls = 0x1e4b970, update_cb = 0, update_cb_cls = 0x0, proc_arm_start = 0x0, proc_arm_stop = 0x1e74b00, proc_arm_srv_start = 0x0,
  proc_arm_srv_stop = 0x0, proc_arm_copying = 0x0, proc_arm_peerinfo = 0x0, server = 0x0, th = 0x0, ghh = 0x0, hello = 0x0, pipe_stdout = 0x0, churned_services = 0x0, task = 0, id = {hashPubKey = {bits = {1412818084,
        3863126528, 1350169573, 2311540437, 1034014850, 2483769006, 4130974419, 638545586, 3337313854, 3042942131, 3882409753, 1093488515, 559996766, 3544596907, 2809600301, 2684817734}}}, dead = 0, have_hostkey = 1,
  phase = SP_SHUTDOWN_START, hostkeybufpos = 0, running = 0, churn = 1, hostkeybuf = '\000' <repeats 104 times>}

Christian Grothoff

2012-05-11 00:46

manager   ~0005879

Changing priority to NONE as existing testing code will be largely abandoned soon.

Christian Grothoff

2012-09-15 21:03

manager   ~0006340

Setting to "won't fix" as old testing is obsolete and replaced by the new testbed API.

Issue History

Date Modified Username Field Change
2012-03-09 16:14 Christian Grothoff New Issue
2012-03-09 16:14 Christian Grothoff Status new => assigned
2012-03-09 16:14 Christian Grothoff Assigned To => mrwiggles
2012-03-10 16:07 LRN Note Added: 0005593
2012-03-13 19:28 Christian Grothoff Assigned To mrwiggles => Christian Grothoff
2012-03-16 23:49 Christian Grothoff Priority normal => high
2012-05-06 21:23 Christian Grothoff Priority high => normal
2012-05-10 09:27 Christian Grothoff Assigned To Christian Grothoff =>
2012-05-10 09:27 Christian Grothoff Status assigned => confirmed
2012-05-11 00:46 Christian Grothoff Note Added: 0005879
2012-05-11 00:46 Christian Grothoff Priority normal => none
2012-05-11 00:46 Christian Grothoff Target Version 0.9.4 =>
2012-09-15 21:03 Christian Grothoff Note Added: 0006340
2012-09-15 21:03 Christian Grothoff Assigned To => Christian Grothoff
2012-09-15 21:03 Christian Grothoff Status confirmed => resolved
2012-09-15 21:03 Christian Grothoff Resolution open => won't fix
2012-09-15 21:03 Christian Grothoff Fixed in Version => 0.9.4
2012-09-15 21:03 Christian Grothoff Target Version => 0.9.4
2012-11-05 18:34 Christian Grothoff Status resolved => closed