As I expected, there were some residue bugs in 4.0.0 – one of them annoying enough to trigger another release: git | source | win32 .exe
Tag Archives: c++
fische 4: major release
fische has finally taken the next step, and things really have changed!
For anyone not into the details: git | source | win32 .exe
# fische needs 2-channel 16-bit signed integer audio sox -d -c2 -b16 -traw - | fische
chasing a segfault bug
Some days ago, I encountered a segmentation fault bug in a C++ program I am working on. Obviously, I expected gdb or valgrind would help me find the problem and make it go away… So I thought. All I found was: It’s a problem with the boost::shared_ptr destructor. Continue reading