View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004572 | Taler | deployment and operations | public | 2016-06-08 15:11 | 2016-10-11 17:28 |
Reporter | Marcello Stanisci | Assigned To | Marcello Stanisci | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 0.0 | ||||
Target Version | 0.1 | Fixed in Version | 0.1 | ||
Summary | 0004572: benchmark simply does not return | ||||
Description | after doing all the operations, and when the fail() function is called, the command just doesn't return and must be killed by CTRL-C. Furthermore, when fail() is invoked, the exchange's process does not get killed | ||||
Tags | No tags attached. | ||||
|
Is this still an issue? |
|
Yes. Notice that this is not about CTRL-C that hangs, instead it is about the program itself that does not return, but CTRL-C does kill it. To make things more interesting, I also sometimes get the following now when killing: *** Error in `taler-exchange-benchmark': corrupted double-linked list: 0x09ddfe30 *** |
|
If it exits nicely on CTRL-C, you're likely missing a call to GNUNET_SCHEDULER_shutdown() upon completion of the benchmark. For the corrupted DLL, you should run the program under valgrind to see where the heap is being corrupted. |
|
fixed in 06622fb..44f2ac5. The problem was that the shutdown routine did not terminate the exchange process, so the statement GNUNET_OS_process_wait(..) called in the main function used to wait indefinitely |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-06-08 15:11 | Marcello Stanisci | New Issue | |
2016-06-08 15:11 | Marcello Stanisci | Status | new => assigned |
2016-06-08 15:11 | Marcello Stanisci | Assigned To | => Marcello Stanisci |
2016-06-09 16:08 | Christian Grothoff | Note Added: 0010882 | |
2016-06-09 23:59 | Marcello Stanisci | Note Added: 0010884 | |
2016-06-10 00:03 | Christian Grothoff | Note Added: 0010885 | |
2016-06-11 16:34 | Marcello Stanisci | Note Added: 0010889 | |
2016-06-11 16:34 | Marcello Stanisci | Status | assigned => resolved |
2016-06-11 16:34 | Marcello Stanisci | Resolution | open => fixed |
2016-06-11 21:35 | Christian Grothoff | Product Version | => 0.0 |
2016-06-11 21:35 | Christian Grothoff | Fixed in Version | => 0.1 |
2016-06-11 21:35 | Christian Grothoff | Target Version | => 0.1 |
2016-10-11 17:28 | Christian Grothoff | Status | resolved => closed |