MuseScore crashes at midnight

• May 26, 2011 - 05:24

I am running Ubuntu 10.04 32-bit. Three times in the last four days I have been using MuseScore late at night, and every time it has crashed at exactly midnight. Does anyone know why this might be happening or how to fix it?


Comments

In reply to by skykooler

Open a terminal window and run
crontab -l
to see whether there are any commands set to run at midnight. For example:

0 0 * * 0 /home/jon/scripts/backup.bash

would run /home/jon/scripts/backup.bash at midnight - the first figure is minutes, the second is hours, so this runs at 0:00 i.e. midnight.

cron runs on all UNIX computers, including Linux ones, whether they are servers or not.

I ran MuseScore from a terminal and let it run until it crashed. It did so at 10:57 so I suppose the time is not critical. Here is the end of the output:

ScoreView::cmd
ScoreView::cmd
ScoreView::cmd
ScoreView::cmd
ScoreView::cmd
ScoreView::cmd
ScoreView::cmd
mscore.real: pcm_file.c:398: snd_pcm_file_add_frames: Assertion `file->wbuf_used_bytes < file->wbuf_size_bytes' failed.
Aborted
skyler@skyler-desktop:~$

Do you still have an unanswered question? Please log in first to post your question.