Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Master] Crash when removing instrument from playing bb track #1013

Closed
groboclown opened this issue Jul 22, 2014 · 3 comments
Closed

[Master] Crash when removing instrument from playing bb track #1013

groboclown opened this issue Jul 22, 2014 · 3 comments
Labels
Milestone

Comments

@groboclown
Copy link
Contributor

I had a BB track playing with 3 kicker instruments in it. While it was playing, I removed one of the tracks, and it crashed.

The stack trace is:

#5  0x00007ffff47eae6f in __cxa_pure_virtual ()
   from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/libstdc++.so.6
#6  0x000000000049e7a7 in play (_tco_num=0, _offset=69, _frames=59, 
    _start=..., this=<optimized out>)
    at /home/software/lmms-git/lmms.github/src/core/bb_track_container.cpp:71
#7  bbTrackContainer::play (this=<optimized out>, _start=..., _frames=59, 
    _offset=69, _tco_num=0)
    at /home/software/lmms-git/lmms.github/src/core/bb_track_container.cpp:57
#8  0x00000000005819e8 in bbTrack::play (this=<optimized out>, _start=..., 
    _frames=<optimized out>, _offset=69, _tco_num=<optimized out>)
    at /home/software/lmms-git/lmms.github/src/tracks/bb_track.cpp:417
#9  0x00000000004e5ef4 in song::processNextBuffer (this=0x958b50)
    at /home/software/lmms-git/lmms.github/src/core/song.cpp:373
#10 0x00000000004a47ac in Mixer::renderNextBuffer (this=0x95f3a0)
    at /home/software/lmms-git/lmms.github/src/core/Mixer.cpp:375
#11 0x00000000004a4c2c in Mixer::fifoWriter::run (this=0x11947c0)
    at /home/software/lmms-git/lmms.github/src/core/Mixer.cpp:939
#12 0x00007ffff688dbdc in QThreadPrivate::start(void*) ()
   from /usr/lib64/qt4/libQtCore.so.4
#13 0x00007ffff7bc6eb7 in start_thread () from /lib64/libpthread.so.0
#14 0x00007ffff42b39dd in clone () from /lib64/libc.so.6
@tresf
Copy link
Member

tresf commented Aug 24, 2014

Is this reproducible? I cannot easily reproduce this on 1.0.3.

@tresf tresf added the bug label Nov 3, 2014
@tresf tresf added this to the 1.1.0 milestone Nov 3, 2014
@tresf
Copy link
Member

tresf commented Nov 3, 2014

If no one can reproduce this, we should close it out as fixed. 👍

@lukas-w
Copy link
Member

lukas-w commented Nov 5, 2014

Can't reproduce this either.

@lukas-w lukas-w closed this as completed Nov 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants