Skip to content

Instantly share code, notes, and snippets.

View preoctopus's full-sized avatar

Polite Octopus preoctopus

  • Toronto, Ontario, Canada
View GitHub Profile
I am attesting that this GitHub handle preoctopus is linked to the Tezos account tz1KqhY2vfet5AxQmheFvzbuYcZCkjnWgnqD for tzprofiles
sig:edsigttoHPpVCaqyAJRcadRcwfeBGJDL1Keuhk6RZ36jZm64nkSuqnM916MSAiibkdkqVvVvEAkM1qaPnJtt36tGANaEnyWiUZL
test_create_listener (__main__.TestWatcher) ...
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff3c1114a in read_events ()
from /home/travis/build/atarzwell/pynotiffy/__pycache__/_cffi__g14d0aa20x1a7b5f6b.pypy-22.so
(gdb) #0 0x00007ffff3c1114a in read_events ()
from /home/travis/build/atarzwell/pynotiffy/__pycache__/_cffi__g14d0aa20x1a7b5f6b.pypy-22.so
No symbol table info available.
#1 0x00007ffff6845a14 in ffi_call_unix64 ()
from /usr/lib/x86_64-linux-gnu/libffi.so.6
No symbol table info available.
@preoctopus
preoctopus / APPNAME
Created February 12, 2013 16:48 — forked from eculver/APPNAME
#! /bin/sh
# ------------------------------------------------------------------------------
# SOME INFOS : fairly standard (debian) init script.
# Note that node doesn't create a PID file (hence --make-pidfile)
# has to be run in the background (hence --background)
# and NOT as root (hence --chuid)
#
# MORE INFOS : INIT SCRIPT http://www.debian.org/doc/debian-policy/ch-opersys.html#s-sysvinit
# INIT-INFO RULES http://wiki.debian.org/LSBInitScripts
# INSTALL/REMOVE http://www.debian-administration.org/articles/28
@preoctopus
preoctopus / APPNAME
Created February 12, 2013 16:48 — forked from eculver/APPNAME
#! /bin/sh
# ------------------------------------------------------------------------------
# SOME INFOS : fairly standard (debian) init script.
# Note that node doesn't create a PID file (hence --make-pidfile)
# has to be run in the background (hence --background)
# and NOT as root (hence --chuid)
#
# MORE INFOS : INIT SCRIPT http://www.debian.org/doc/debian-policy/ch-opersys.html#s-sysvinit
# INIT-INFO RULES http://wiki.debian.org/LSBInitScripts
# INSTALL/REMOVE http://www.debian-administration.org/articles/28