Crash when running in converter mode
Ubuntu 14.04, GIT commit: 06bc0f1
I thought I ahd reported this, but guess I didn't.
1) run "mscore foo.mscz -o foo.png" for any file you have available
Result: crash
There is a message output to console about initializing the help system, and the crash started right around the time of the new help system, so I'm guessing that's why. When I run under debugger, the crash appears to happen in the exit() call, so not very helpful.
Comments
I don't understand what is "converter mode". I never used that.
Could you precise the steps to reproduce? Thanks.
Step 1) above is the only step you need :-). I'm talking about running MuseScore from the command line, not starting up the program normally. If you are on Windows, I think you might need to type "MuseScore2" instead of "mscore"; not sure. But in any case, I am talking about running MuseScore from the command line, using the "-o" option to convert file from MSCZ to some other format, like PNG as in my example.
Linux Mint 17.1, commit 620c9975a
It crashes when closing the sql database, called by the database destructor, see attached address-sanitizer log.
Could this issue be related to these?
https://bugreports.qt.io/browse/QTBUG-35977
http://www.qtcentre.org/threads/15493-Releasing-database-file-with-QSql…
http://quia.cf/orange/pooxy4/nph-poxy.pl/es/20/http/stackoverflow.com/q…
Fixed in 4eda1f64e6
Automatically closed -- issue fixed for 2 weeks with no activity.