-
Notifications
You must be signed in to change notification settings - Fork 1.2k
lsipc crashes when not ran inside an xsession (gnome) #290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Strange, I'm not able to reproduce something like this. Is it the latest git tree? It would be nice to have output from "bt" gdb command after segfault and also try execute the command with:
to get more verbose output about output table formatting. Thanks. |
This happened with release version 2.27.1 |
log.txt |
Maybe the problem is strcmp(nl_langinfo(CODESET), ... it would be more robust to check if nl_langinfo() returns anything. |
Could you please also provide the suggested backtrace using gdb's "bt" command. $ echo -e "run\nbt" | gdb -x /dev/stdin lsipc You could add |
I did the following: GNU gdb (GDB) 7.11 Program received signal SIGSEGV, Segmentation fault.
Quit anyway? (y or n) [answered Y; input not from terminal] |
lsipc is crashing for me when ran outside xorg.

I took a picture of the crash data.
It runs fine if I do lsipc inside gnome.
The text was updated successfully, but these errors were encountered: