direx icon indicating copy to clipboard operation
direx copied to clipboard

Emacs crashes on left click

Open tmccombs opened this issue 9 years ago • 8 comments

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.

tmccombs avatar Feb 26 '15 00:02 tmccombs

What version of Emacs are you using?

m2ym avatar Feb 26 '15 03:02 m2ym

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

test

syohex avatar Feb 26 '15 05:02 syohex

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

tmccombs avatar Feb 26 '15 17:02 tmccombs

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)

syohex avatar Feb 27 '15 06:02 syohex

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 avatar Feb 28 '15 04:02 tmccombs

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.

tmccombs avatar Mar 02 '15 18:03 tmccombs

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.

syohex avatar Mar 02 '15 22:03 syohex

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

agzam avatar Dec 24 '18 21:12 agzam