Open tmccombs opened 9 years ago
What version of Emacs are you using?
Is this bug reproducible ? I cannot reproduce with Emacs 24.3(install by apt install emacs24
)
on Ubuntu GNOME 14.04.
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.
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)
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.
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.
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.
Is this still relevant? Maybe let's close it if there aren't any updates on it?
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.