[kstars] [Bug 406950] Valgrind reports use after free

2019-05-02 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=406950 --- Comment #9 from Jasem Mutlaq --- We made heavy use of threading in 3.x and this is probably the reason why it got unstable (but more responsive I'd say). Hopefully we can tackle down the rest of the issues, any pointers would be appreciated if you f

[kstars] [Bug 406950] Valgrind reports use after free

2019-05-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406950 --- Comment #8 from ella...@eskimo.com --- (In reply to Jasem Mutlaq from comment #6) > How about running just the release build (without valgrind). Any stability > issues encountered?? It's difficult for me to quantify that: the nature of memory corrup

[kstars] [Bug 406950] Valgrind reports use after free

2019-05-01 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=406950 --- Comment #7 from Jasem Mutlaq --- Yes, that is a known issue you reported it sometimes happen in the INDI client library thread. Sometimes it gets stuck on pthread_join as the thread does not exist cleanly. I haven't found what leads to this situatio

[kstars] [Bug 406950] Valgrind reports use after free

2019-05-01 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=406950 --- Comment #6 from Jasem Mutlaq --- How about running just the release build (without valgrind). Any stability issues encountered?? -- You are receiving this mail because: You are watching all bug changes.

[kstars] [Bug 406950] Valgrind reports use after free

2019-05-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406950 ella...@eskimo.com changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #5 from ella...@eskimo

[kstars] [Bug 406950] Valgrind reports use after free

2019-05-01 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=406950 Jasem Mutlaq changed: What|Removed |Added Latest Commit||https://commits.kde.org/kst |

[kstars] [Bug 406950] Valgrind reports use after free

2019-04-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406950 --- Comment #3 from ella...@eskimo.com --- (In reply to Jasem Mutlaq from comment #2) > Bug #407074 is related. > > Any idea what sequence of events leads to use after free? Still trying to > pin out the issue so any help would be appreciated. I'll att

[kstars] [Bug 406950] Valgrind reports use after free

2019-04-29 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=406950 --- Comment #2 from Jasem Mutlaq --- Bug #407074 is related. Any idea what sequence of events leads to use after free? Still trying to pin out the issue so any help would be appreciated. -- You are receiving this mail because: You are watching all bu

[kstars] [Bug 406950] Valgrind reports use after free

2019-04-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=406950 --- Comment #1 from Jasem Mutlaq --- Thanks for looking into this. So right using the threading caused some regressions. I'll look into this, since you already probably know more about this than I do, any idea what sequence of event leads to this? How