emacsorphanage / direx

Directory Explorer for GNU Emacs
204 stars 23 forks source link

Emacs crashes on left click #41

Open tmccombs opened 9 years ago

tmccombs commented 9 years ago

Whenever I left click on an item in Direx, emacs crashes with a fatal error 6. I am using Ubuntu 14.04 with GNOME 3. Let me know if there is any other information that would be useful.

m2ym commented 9 years ago

What version of Emacs are you using?

syohex commented 9 years ago

Is this bug reproducible ? I cannot reproduce with Emacs 24.3(install by apt install emacs24) on Ubuntu GNOME 14.04.

test

tmccombs commented 9 years ago

I am using: "GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of 2014-03-07 on lamiak, modified by Debian"

And it is reproducable for me every time for me. output

syohex commented 9 years ago

It seems that you use many packages. Could you reproduce this issue with minimum configuration as below ?

;; some package configuration package.el, el-get etc
(require 'direx)
tmccombs commented 9 years ago

I can look at that on Monday. Something else that might narrow this down is that it doesn't happen on my home computer which has KDE on Archlinux (emacs version 24.4.1). I suspect it has something to do with Ubuntu, Gnome, or possibly Nvidia drivers.

tmccombs commented 9 years ago

Ok, with a minimal configuration it doesn't happen. Is there a way I can get a stacktrace of the crash or debug what is happening?

I'm switiching over to NeoTree, but I'm happy to keep looking into this.

syohex commented 9 years ago

Is there a way I can get a stacktrace of the crash or debug what is happening?

Run emacs from debugger such as gdb or lldb and click item in direx.

agzam commented 5 years ago

Is this still relevant? Maybe let's close it if there aren't any updates on it?