bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#421: more info + workaround


From: joakim
Subject: bug#421: more info + workaround
Date: Sun, 03 Aug 2008 15:36:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

I straced gnome-open and it ends with a clone statement, so I suppose
emacs gets confused by the original process dying.

Then I tried a wrapper script like this:

#!/bin/sh
strace -o /tmp/gnome-open-strace gnome-open $1 


If I use this wrapper rather than gnome-open directly, the problem goes
away. Removing strace from the wrapper makes the problem come back.




-- 
Joakim Verona






reply via email to

[Prev in Thread] Current Thread [Next in Thread]