This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 299
Seg fault on startup #2165
Comments
Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible. |
Sorry for the late reply! Missed this somehow. What OS was this on? |
Linux: Ubuntu 17.10
Rebooting the system seemed to solve the issue once 'oni' got into this
state. I haven't been using Oni of late, not sure if its still happening.
…On Sat, May 19, 2018 at 3:55 PM, Ryan C ***@***.***> wrote:
Sorry for the late reply! Missed this somehow.
What OS was this on?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2165 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHCbS9FQ-7yxwV-ALEJ3Q9JAe4X10Hg5ks5t0KL3gaJpZM4TxWxj>
.
|
I also have this issue on archlinux:
|
Looks like it, thanks! |
I'm having an issue in ubuntu 18.10
|
Segmentation fault in 18.10 dmesg
gdb
Edit: installed 0.3.7 beta 3 and there are no issues. I think this issue can be closed. |
Having the same issue in Fedora 29: GDB: |
Seems like this was fixed in 0.3.7 beta2 (#2642), as the beta3 or https://github.com/onivim/oni/releases/tag/v0.3.8 works fine for me. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
New to oni. It was working fine for a little bit. It now refuses to start. Can provide more info. Thanks!
dmesg
[27731.459328] oni[22285]: segfault at ffffffffffffef8b ip 00000000020ff5fb sp 00007ffd3bbe34a0 error 5 in oni[400000+466d000]
[27745.502674] oni[22350]: segfault at ffffffffffffef8b ip 00000000020ff5fb sp 00007ffd9757f3b0 error 5 in oni[400000+466d000]
[27757.149658] oni[22385]: segfault at ffffffffffffef8b ip 00000000020ff5fb sp 00007fff53707600 error 5 in oni[400000+466d000]
[27762.932895] oni[22401]: segfault at ffffffffffffef8b ip 00000000020ff5fb sp 00007ffe657057a0 error 5 in oni[400000+466d000]
[27766.104766] oni[22411]: segfault at ffffffffffffef8b ip 00000000020ff5fb sp 00007fffe5992840 error 5 in oni[400000+466d000]
[27883.017726] oni[23169]: segfault at ffffffffffffef8b ip 00000000020ff5fb sp 00007ffe57a7f5d0 error 5 in oni[400000+466d000]
[27886.320953] oni[23179]: segfault at ffffffffffffef8b ip 00000000020ff5fb sp 00007ffde0670970 error 5 in oni[400000+466d000]
[29470.874504] oni[26639]: segfault at ffffffffffffef8b ip 00000000020ff5fb sp 00007ffd5712b2f0 error 5 in oni[400000+466d000]
(gdb) r
Starting program: /usr/local/bin/oni
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe8c85700 (LWP 27122)]
Thread 1 "oni" received signal SIGSEGV, Segmentation fault.
0x00000000020ff5fb in ?? ()
(gdb) where
#0 0x00000000020ff5fb in ?? ()
#1 0x0000000003923582 in ?? ()
#2 0x0000000002152385 in calloc ()
#3 0x00007ffff23865d1 in g_malloc0 () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007ffff4da64c9 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#5 0x00007ffff4dab855 in g_type_register_static () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#6 0x00007ffff4dabaf5 in g_type_register_static_simple () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#7 0x00007ffff5f3df24 in gdk_display_manager_get_type () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
#8 0x00007ffff5f3df69 in gdk_display_manager_get () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
#9 0x00007ffff631a954 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#10 0x00007ffff6300fcb in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#11 0x00007ffff238cfdf in g_option_context_parse () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007ffff6301538 in gtk_parse_args () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#13 0x00007ffff63015b9 in gtk_init () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#14 0x0000000000fbd996 in ?? ()
#15 0x0000000000fb2608 in ?? ()
#16 0x0000000000fb4906 in ?? ()
#17 0x000000000384d0bb in brightray::BrowserMainParts::PreEarlyInitialization() ()
#18 0x000000000370e649 in atom::AtomBrowserMainParts::PreEarlyInitialization() ()
#19 0x00000000014334da in ?? ()
#20 0x00000000012852dd in ?? ()
#21 0x00000000011b4c5d in ?? ()
#22 0x0000000000fc1e02 in ?? ()
#23 0x0000000002653e05 in ?? ()
#24 0x0000000000fc0e02 in ?? ()
#25 0x0000000003706608 in main ()
The text was updated successfully, but these errors were encountered: