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
| I am attesting that this GitHub handle preoctopus is linked to the Tezos account tz1KqhY2vfet5AxQmheFvzbuYcZCkjnWgnqD for tzprofiles | |
| sig:edsigttoHPpVCaqyAJRcadRcwfeBGJDL1Keuhk6RZ36jZm64nkSuqnM916MSAiibkdkqVvVvEAkM1qaPnJtt36tGANaEnyWiUZL |
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
| 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. |
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
| #! /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 |
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
| #! /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 |