protux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Protux-devel] Bugs?


From: Remon Sijrier
Subject: [Protux-devel] Bugs?
Date: Tue, 1 Jul 2003 22:55:10 +0200
User-agent: KMail/1.5.1

Another bug, should I post bugs on savannah or add it to BUGLIST ??
Regarding to another mail, it should be set it the BUGLIST? 


I'll post it here, as you may have a clue wy this segfauls happens:

One of your last changes (5 days ago) involved a change in Song::recreate.
        before this was called:
        parentProject->get_bus_monitor()->clear();
        after: 
        parentProject->get_bus_monitor()->refresh(); ,

this due the much changed BusMonitor class?

If I remove a peakfile, and start protux, somewhere in the process 
Song::recreate is called, then          
parentProject->get_bus_monitor()->refresh(); 
which call's:
if(!assocInterface->get_current_project()->get_current_song()->get_mixer()->valid_playback_bus(b))

get_current_song in Project.cc then segfaults.

Normally, the peakfiles are (re)generated and protux continues starting.

Remon

P.S. Added it to the BUGLIST, number assigning?? Suggestions are welcome.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]