View Issue Details

IDProjectCategoryView StatusLast Update
0005272Talerexchangepublic2018-04-15 20:35
ReporterMarcello Stanisci Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.5Fixed in Version0.5 
Summary0005272: taler-exchange-wirewatch fails to initialize some global variables, causing it to crash sometimes
DescriptionThe wire-watch tool used to fail with the following message.

demo-blue@tripwire:~$ taler-exchange-wirewatch -t test
Feb 05 15:20:16-401573 taler-exchange-wirewatch-17335 ERROR Assertion
failed at plugin_wire_test.c:958.
Feb 05 15:20:16-401685 taler-exchange-wirewatch-17335 ERROR Failed to
start request for account history!

The failure happened when 'demo' got upgraded to the latest master branch
(commit 111f8f23..). However, a DB reset managed to work-around this
issue and make 'demo' live again.

A closer look needs to be taken around this situation!
TagsNo tags attached.

Activities

Marcello Stanisci

2018-02-05 16:29

reporter   ~0012854

duplicate

Florian Dold

2018-02-05 17:29

manager   ~0012855

In particular last_row_off is used but never properly initialized (it's a static variable, so it will always be initialized to 0)

Florian Dold

2018-02-05 17:44

manager   ~0012856

Should be fixed in b6b7a36737579b

Issue History

Date Modified Username Field Change
2018-02-05 16:24 Marcello Stanisci New Issue
2018-02-05 16:24 Marcello Stanisci Assigned To => Christian Grothoff
2018-02-05 16:24 Marcello Stanisci Status new => assigned
2018-02-05 16:24 Marcello Stanisci Target Version => 0.5
2018-02-05 16:26 Florian Dold Summary Wire-watch tool fails to initialize some global variables. => taler-exchange-wirewatch fails to initialize some global variables, causing it to crash sometimes
2018-02-05 16:27 Florian Dold Category other => exchange
2018-02-05 16:27 Florian Dold Product Version => git (master)
2018-02-05 16:29 Marcello Stanisci Status assigned => closed
2018-02-05 16:29 Marcello Stanisci Resolution open => fixed
2018-02-05 16:29 Marcello Stanisci Note Added: 0012854
2018-02-05 17:29 Florian Dold Status closed => assigned
2018-02-05 17:29 Florian Dold Note Added: 0012855
2018-02-05 17:44 Florian Dold Assigned To Christian Grothoff => Florian Dold
2018-02-05 17:44 Florian Dold Status assigned => resolved
2018-02-05 17:44 Florian Dold Note Added: 0012856
2018-04-15 20:35 Christian Grothoff Fixed in Version => 0.5
2018-04-15 20:35 Christian Grothoff Status resolved => closed