This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Program received signal SIGSEGV, Segmentation fault. | |
0x00007ffff7b390e9 in Fl_Tiled_Image::draw(int, int, int, int, int, int) () from /usr/local/lib/libntk.so.1 | |
(gdb) backtrace | |
#0 0x00007ffff7b390e9 in Fl_Tiled_Image::draw(int, int, int, int, int, int) () from /usr/local/lib/libntk.so.1 | |
#1 0x00007ffff7b49d58 in Fl_Widget::draw_backdrop() const () from /usr/local/lib/libntk.so.1 | |
#2 0x00007ffff7b49e3a in Fl_Widget::draw_box(Fl_Boxtype, int, int, int, int, unsigned int) const () from /usr/local/lib/libntk.so.1 | |
#3 0x00007ffff7b3f275 in Fl_Window::draw() () from /usr/local/lib/libntk.so.1 | |
#4 0x00007ffff7afbfce in Fl_Double_Window::flush(int) () from /usr/local/lib/libntk.so.1 | |
#5 0x00007ffff7aecab5 in Fl::flush() () from /usr/local/lib/libntk.so.1 | |
#6 0x00007ffff7aed7fb in Fl::wait(double) () from /usr/local/lib/libntk.so.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Code ❯❯❯ git clone [email protected]:fundamental/zynaddsubfx.git | |
Cloning into 'zynaddsubfx'... | |
^Tremote: Counting objects: 11923, done. | |
remote: Compressing objects: 100% (5/5), done. | |
remote: Total 11923 (delta 0), reused 0 (delta 0), pack-reused 11918 | |
Receiving objects: 100% (11923/11923), 4.57 MiB | 401.00 KiB/s, done. | |
Resolving deltas: 100% (9611/9611), done. | |
Checking connectivity... done. | |
~/Code ❯❯❯ cd zynaddsubfx | |
~/C/zynaddsubfx ❯❯❯ mkdir build && cd build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Linking CXX executable zynaddsubfx | |
libzynaddsubfx_core.a(MiddleWare.cpp.o): In function `path_search(char const*)': | |
/home/badosu/Code/zynaddsubfx/src/Misc/MiddleWare.cpp:109: undefined reference to `lo_message_deserialise' | |
/home/badosu/Code/zynaddsubfx/src/Misc/MiddleWare.cpp:110: undefined reference to `lo_address_new_from_url' | |
/home/badosu/Code/zynaddsubfx/src/Misc/MiddleWare.cpp:112: undefined reference to `lo_send_message' | |
libzynaddsubfx_core.a(MiddleWare.cpp.o): In function `handler_function': | |
/home/badosu/Code/zynaddsubfx/src/Misc/MiddleWare.cpp:123: undefined reference to `lo_message_get_source' | |
/home/badosu/Code/zynaddsubfx/src/Misc/MiddleWare.cpp:125: undefined reference to `lo_address_get_url' | |
/home/badosu/Code/zynaddsubfx/src/Misc/MiddleWare.cpp:136: undefined reference to `lo_message_serialise' | |
libzynaddsubfx_core.a(MiddleWare.cpp.o): In function `MiddleWareImpl::bToUhandle(char const*)': |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Sync imap with offlineimap | |
Requires=network.target | |
After=network.target | |
[Service] | |
Type=simple | |
User=badosu | |
Environment=DISPLAY=:0 | |
ExecStart=/usr/bin/offlineimap-notify && sleep 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#0 0x00007ffff4c9a9a9 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 | |
#1 0x00007ffff4ca2b56 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 | |
#2 0x00007ffff476a28d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4 | |
#3 0x00007ffff4cce5f9 in ?? () from /usr/lib/libQtGui.so.4 | |
#4 0x00007ffff4ca2bde in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 | |
#5 0x00007ffff476a28d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4 | |
#6 0x00007ffff4d3b773 in ?? () from /usr/lib/libQtGui.so.4 | |
#7 0x00007ffff4d3bc12 in ?? () from /usr/lib/libQtGui.so.4 | |
#8 0x00007ffff4d1650f in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/libQtGui.so.4 | |
#9 0x00007ffff4d3e2e2 in ?? () from /usr/lib/libQtGui.so.4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/C/cxx2rs ❯❯❯ python2.7 --version | |
Python 2.7.9 | |
~/C/cxx2rs ❯❯❯ rustc --version | |
rustc 1.0.0-nightly (ba2f13ef0 2015-02-04 20:03:55 +0000) | |
~/C/cxx2rs ❯❯❯ python2.7 ~/Code/cxx2rs/cxx2rs.py lv2 /usr/include/lv2.h | |
#![crate_type = "lib"] | |
#![crate_name = "ssh"] | |
extern crate libc; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/include/ExportFilter.h b/include/ExportFilter.h | |
new file mode 100644 | |
index 0000000..857ed1b | |
--- /dev/null | |
+++ b/include/ExportFilter.h | |
@@ -0,0 +1,64 @@ | |
+/* | |
+ * ExportFilter.h - declaration of class ExportFilter, the base-class for all | |
+ * file export filters | |
+ * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|--------------------------------------------------| 100% - | |
Program received signal SIGSEGV, Segmentation fault. | |
[Switching to Thread 0x7fff9f289700 (LWP 19802)] | |
0x00000000004de315 in BufferManager::acquire () at /home/badosu/Code/lmms/src/core/BufferManager.cpp:67 | |
67 sampleFrame * b = s_available[ i ]; | |
(gdb) backtrace | |
#0 0x00000000004de315 in BufferManager::acquire () at /home/badosu/Code/lmms/src/core/BufferManager.cpp:67 | |
#1 0x0000000000528da4 in PlayHandle::doProcessing (this=0x8cdfde0) at /home/badosu/Code/lmms/src/core/PlayHandle.cpp:48 | |
#2 0x000000000050501b in ThreadableJob::process (this=0x8cdfde0) at /home/badosu/Code/lmms/include/ThreadableJob.h:74 | |
#3 0x000000000051cf33 in MixerWorkerThread::JobQueue::run (this=0x917100 <MixerWorkerThread::globalJobQueue>) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#0 0x00007ffff693976f in QMetaObject::changeGuard(QObject**, QObject*) () from /usr/lib/libQtCore.so.4 | |
#1 0x00007ffff74ea77d in ?? () from /usr/lib/libQtGui.so.4 | |
#2 0x00007ffff70eac08 in QWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4 | |
#3 0x00007ffff74ee72b in QMenu::event(QEvent*) () from /usr/lib/libQtGui.so.4 | |
#4 0x00007ffff70979ac in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 | |
#5 0x00007ffff709e56f in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 | |
#6 0x00007ffff692128d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4 | |
#7 0x00007ffff709dbcf in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /usr/lib/libQtGui.so.4 | |
#8 0x00007ffff7114b3a in ?? () from /usr/lib/libQtGui.so.4 | |
#9 0x00007ffff711319c in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/libQtGui.so.4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let g:dispatch_handlers = [ | |
\ 'tmux', | |
\ 'dvtm', | |
\ 'screen', | |
\ 'windows', | |
\ 'iterm', | |
\ 'x11', | |
\ 'headless', | |
\ ] |