Skip to content
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

Segmentation Fault while running komodo-edit "11.1.0-18196' #3602

Closed
npandey2385 opened this issue Sep 7, 2018 · 6 comments
Closed

Segmentation Fault while running komodo-edit "11.1.0-18196' #3602

npandey2385 opened this issue Sep 7, 2018 · 6 comments

Comments

@npandey2385
Copy link

npandey2385 commented Sep 7, 2018

Hi ,

I am getting the Segmentation fault (core dump) while running komodo edit. Could you please help me on this issue ?

I ran gdb on core dump. Here is the logs:

Reading symbols from /komodo-edit/latest/bin/komodo...(no debugging symbols found)...done.
[New LWP 14868]
Error while mapping shared library sections:
/komodo-edit/latest/lib/mozilla/libpython2.7.so.1.0': not in executable format: File format not recognized [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by /komodo-edit/latest/bin/komodo'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f4ef3e3a453 in _dl_relocate_object () from /lib64/ld-linux-x86-64.so.2

I am using version "11.1.0-18196" and installed it over the NFS.

Thanks
Niraj

@npandey2385
Copy link
Author

(gdb) where
#0 0x000000323380b3a3 in _dl_relocate_object () from /lib64/ld-linux-x86-64.so.2
#1 0x0000003233812b8a in dl_open_worker () from /lib64/ld-linux-x86-64.so.2
#2 0x000000323380e1b6 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2
#3 0x00000032338124fa in _dl_open () from /lib64/ld-linux-x86-64.so.2
#4 0x0000003234400f66 in dlopen_doit () from /lib64/libdl.so.2
#5 0x000000323380e1b6 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2
#6 0x000000323440129c in _dlerror_run () from /lib64/libdl.so.2
#7 0x0000003234400ee1 in dlopen@@GLIBC_2.2.5 () from /lib64/libdl.so.2
#8 0x0000000000416cef in ?? ()
#9 0x0000000000416e37 in ?? ()
#10 0x0000000000404c1d in ?? ()
#11 0x000000323401ed5d in __libc_start_main () from /lib64/libc.so.6
#12 0x0000000000404e8d in _start ()
(gdb)

@th3coop
Copy link
Member

th3coop commented Sep 7, 2018

Please fill out all the requested fields in the ticket template.

@npandey2385
Copy link
Author

Do not install Komodo in a path that contains spaces or non-alphanumeric characters. In my path I am using "-" that's the reason getting this issue.

@th3coop
Copy link
Member

th3coop commented May 20, 2020

Do not install Komodo in a path that contains spaces or non-alphanumeric characters

This is not helpful info. Spaces and non-alphanumeric chars in your install path don't effect Komodo at run time. There might be an edge case but - isn't it. How did you install Komodo?

@npandey2385
Copy link
Author

I got this info from the below site under "Installing Komodo on Linux"

http://docs.activestate.com/komodo/11/get/linux/

I used the command ./install.sh to install the Komodo. During installation I didn't see any issue as well.

@th3coop
Copy link
Member

th3coop commented May 26, 2020

Thanks for clarifying @npandey2385 . Have you tried reproducing your claim that special characters broke it? I'm leaning more towards something corrupting the installer during download or at some other step. I'd say anti virus but you're not on Windows so that's not likely. If you download the installer again and run it, installing in the same path, do you get the same error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants