Bugs and Issues - LSS

Fatal Python Error: Segmentation Fault

Bryan H

Freshly built on Manjaro from Arch repositories. Output when running from terminal:

[nsmd] ../src/nsmd.cpp:2439 main(): Using OSC port 44673
[nsmd] ../src/nsmd.cpp:2494 main(): Session root is: /home/bryanh/NSM Sessions
[nsmd] ../src/Endpoint.cpp:205 init(): Creating OSC server
NSM_URL=osc.udp://bryan-main:44673/
[nsmd] ../src/nsmd.cpp:2286 announce_gui(): A GUI announced to us from the URL osc.udp://127.0.0.1:57546/
[nsmd] ../src/nsmd.cpp:2309 announce_gui(): Informing GUI that no session is running by sending two empty strings
[nsmd] ../src/nsmd.cpp:2338 announce_gui(): Registration with GUI complete

[nsmd] ../src/nsmd.cpp:1712 osc_list(): Listing sessions
[nsmd] ../src/nsmd.cpp:1712 osc_list(): Listing sessions
Fatal Python error: Segmentation fault

Current thread 0x00007fe03f260740 (most recent call first):
Segmentation fault (core dumped)

RSS Only moderators or members can reply to this. Sign-in if you are a moderator or member in order to post.

Replies

#1. lss

This is most likely the error we are all having at the moment, see the other reports about "str" and item assignment.

The error description here is hidden by the nuitka conversion and compilations. I am currently trying to find a way out of that.

Try running with --verbose in any case. If there is something about items cannot be assigned to "str" in the message stream please just report that this is the case, I don't need another detailed error log then.

#2. lss

I have made a new test release where I hope this is fixed. You need to compile it yourself though, which is described in the README. (configure, make, make install)

https://laborejo.org/test-releases/

Using the git version is the same.

It would be nice if you could give me an update with this new test-release.

#3. lss

This was finally fixed, discussed in another posting here.