I'm finally getting around to properly updating and testing the FreeBSD port and I'm able to use this to start/attach sessions locally, but when connecting remotely, I get a core dump gdb shows:
#0 strlen (str=0x0) at /usr/src/lib/libc/string/strlen.c:100 100 va = (*lp - mask01); [New Thread 8101f3000 (LWP 100875/python2.7)] [New Thread 801806400 (LWP 100128/python2.7)] (gdb) where #0 strlen (str=0x0) at /usr/src/lib/libc/string/strlen.c:100 #1 0x000000000044c91b in PyString_FromString () #2 0x00000008110a7352 in __pyx_pw_8wimpiggy_8lowlevel_8bindings_59get_keycode_mappings () from /usr/local/lib/python2.7/site-packages/wimpiggy/lowlevel/bindings.so #3 0x0000000000487cac in PyEval_EvalFrameEx () #4 0x0000000000487b87 in PyEval_EvalFrameEx () #5 0x0000000000487b87 in PyEval_EvalFrameEx () #6 0x0000000000488b40 in PyEval_EvalCodeEx () #7 0x0000000000486ff2 in PyEval_EvalFrameEx () #8 0x0000000000488b40 in PyEval_EvalCodeEx () #9 0x00000000004d88a9 in PyClassMethod_New () #10 0x000000000041b6dd in PyObject_Call () #11 0x000000000042105d in PyClass_IsSubclass () #12 0x000000000041b6dd in PyObject_Call () #13 0x000000000045d7b8 in _PyObject_LookupSpecial () #14 0x00000000004596b8 in PyType_IsSubtype () #15 0x000000000041b6dd in PyObject_Call () #16 0x0000000000484f74 in PyEval_EvalFrameEx () #17 0x0000000000488b40 in PyEval_EvalCodeEx () #18 0x0000000000486ff2 in PyEval_EvalFrameEx () #19 0x0000000000488b40 in PyEval_EvalCodeEx () #20 0x0000000000486ff2 in PyEval_EvalFrameEx () #21 0x0000000000488b40 in PyEval_EvalCodeEx () #22 0x0000000000488c32 in PyEval_EvalCode () #23 0x00000000004a2c72 in Py_CompileString () #24 0x00000000004a2d46 in PyRun_FileExFlags () #25 0x00000000004a421f in PyRun_SimpleFileExFlags () #26 0x0000000000417458 in Py_Main () #27 0x000000000041672a in main () Any ideas? Thanks, Steve On 11/07/12 05:30, Antoine Martin wrote: > Hi, > > This stable update fixes a number of bugs (full release notes below). > Updating is recommended. > > The source: > https://xpra.org/src/ > Binaries/repositories: > https://winswitch.org/downloads/ > Direct binary downloads: > https://xpra.org/dists/ > > Cheers > Antoine > > Full release notes: > * fix version string hiding ssh password prompt > * fix focus handling for some applications (ie: Java) > * fix ssh shared connection mode: do not kill it on Ctrl-C > * fix sanitization of aspect ratio hints > * fix undefined variable exception in window setup/cleanup code > * fix undefined variable exception in window damage code > * fix dimensions used for calculating the optimal picture encoding > * reduce Xdummy memory usage by limitting to lower maxmimum resolutions > _______________________________________________ > shifter-users mailing list > [email protected] > http://lists.devloop.org.uk/mailman/listinfo/shifter-users > _______________________________________________ shifter-users mailing list [email protected] http://lists.devloop.org.uk/mailman/listinfo/shifter-users
