Bug#913715: simulide: terminates with segfault sometimes, when trying to undo changes

2018-12-16 Thread Bernhard Übelacker
Hello Nils Jarle Haugen, these instructions are great to reproduce the crash. Below is the backtrace with debug symbols installed. It looks like the vector m_boardLed->m_pin contains invalid data, and therefore we crash when calling methods on an element retrieved from it. Valgrind shows the

Bug#913715: Bug #913715: simulide: terminates with segfault sometimes, when trying to undo changes

2018-11-23 Thread Nils Jarle Haugen
Hello, Thanks you very much for the suggestions! I tried running the program with again with gdb and got a backtrace of the crash. Below is output of all threads(thread apply all bt). A more comprehensive output (thread apply all bt full) is available at:

Bug#913715: Bug #913715: simulide: terminates with segfault sometimes, when trying to undo changes

2018-11-18 Thread Bernhard Übelacker
Hello Nils Jarle Haugen, I just tried to reproduce the issue. Unfortunately without having deeper knowledge about simulide and not knowing which elements you are using, I did not receive a crash. Running with valgrind led just to an unintialized variable m_deltaV that might be more related to

Bug#913715: simulide: terminates with segfault sometimes, when trying to undo changes

2018-11-14 Thread Nils Jarle Haugen
Package: simulide Version: 0.1.7+dfsg-2 Severity: normal Dear Maintainer, Sometimes when I try to undo changes (by pressing Ctrl+Z) the program terminates with segfault. This happens not often, but is frustrating because all the changes done to the circuit is lost since last save. To prevent