[trunk] Seg fault on closing a document
Ubuntu 10.04 with all patches applied,
Qt SDK 2010.02,
Musescore trunk (not branch 0.9.6) rev. 3116
Steps:
1) Start MuseScore
2) create a simple score (in my case: "Test" as title, 1 violin instr., C major key, 12 measures of 4/4)
3) Close it by clicking the 'X' in the tab
Result: Seg fault in qatomic_i386.h, line 120, called (via other library functions) by scoreview.cpp, function void ScoreView::paint(const QRect& rr, QPainter& p), line 1331:
1330 QRegion r1(rr);
1331=> foreach (const Page* page, _score->pages()) {
1332 QRectF pr(page->abbox());
Incidentally: I noticed the navigator window is now above and the main view below: is it expected?
Thanks,
M.
Comments
I noted the new navigator place too. Should we open another bug report?
I reported this crash already on 2010-05-23, (issue #5863: [Trunk] Segfault closing the last tab (regression)), but I don't get anything except of "Segmentation fault" in terminal. How do you get useful debug messages (without executing binaries from Nokia, of course)?
Well, I did run MuseScore from within the Qt SDK (of course ;-) ).
M.
This issue seems to be solved in current trunk revision (3410), possibly since some time.
Shall I mark it as "fixed"?
M.
Automatically closed -- issue fixed for 2 weeks with no activity.