emacs-devel
[Top][All Lists]
Advanced

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

Emacs hangs worse than usual lately


From: joakim
Subject: Emacs hangs worse than usual lately
Date: Wed, 16 Mar 2011 08:57:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

I have used a workaround for a couple of years because my emacs hangs
when changing network interfaces:

#/bin/sh
`lsof -n|grep emacs|grep nntp|sed "s/.*TCP\ \\([^:]*\\):.*->\\([^:].*\\):.*/  
export a=\\1 export b=\\2/"`
echo $a $b
ifconfig lo:1 $a
ifconfig lo:2 $b
echo press enter when emacs is alive
read
ifconfig lo:1 down
ifconfig lo:2 down

Anyway. This has lately failed to bring me joy.

It would be nice to address the root issue but I'm not sure what that is
anymore.

The gdb backtrace is attached and it look similar to what it usually
looks like.

Is there some way to know the corresponding lisp code?


(gdb) bt
#0  0x000000357eed9093 in select () from /lib64/libc.so.6
#1  0x00000000004e9782 in xg_select (max_fds=27, rfds=0x7fff7eb68ae0, 
wfds=0x7fff7eb68a60, efds=0x0, timeout=0x7fff7eb68c40)
    at xgselect.c:98
#2  0x00000000005b3450 in wait_reading_process_output (time_limit=0, 
microsecs=10000, read_kbd=0, do_display=0, wait_for_cell=11872674, 
    wait_proc=0x6c0f7d0, just_wait_proc=0) at process.c:4778
#3  0x00000000005b5fce in Faccept_process_output (process=113309653, 
seconds=<value optimized out>, millisec=<value optimized out>, 
    just_this_one=<value optimized out>) at process.c:4170
#4  0x0000000000575023 in Ffuncall (nargs=4, args=<value optimized out>) at 
eval.c:2853
#5  0x00000000005ad413 in Fbyte_code (bytestr=<value optimized out>, 
vector=<value optimized out>, maxdepth=<value optimized out>)
    at bytecode.c:689
#6  0x0000000000574b4f in funcall_lambda (fun=65633733, nargs=<value optimized 
out>, arg_vector=0x7fff7eb68f68) at eval.c:3028
#7  0x0000000000574eab in Ffuncall (nargs=2, args=0x7fff7eb68f60) at eval.c:2902
#8  0x00000000005ad413 in Fbyte_code (bytestr=<value optimized out>, 
vector=<value optimized out>, maxdepth=<value optimized out>)
    at bytecode.c:689
#9  0x0000000000574b4f in funcall_lambda (fun=74711989, nargs=<value optimized 
out>, arg_vector=0x7fff7eb69128) at eval.c:3028
#10 0x0000000000574eab in Ffuncall (nargs=2, args=0x7fff7eb69120) at eval.c:2902
#11 0x00000000005ad413 in Fbyte_code (bytestr=<value optimized out>, 
vector=<value optimized out>, maxdepth=<value optimized out>)
    at bytecode.c:689
#12 0x0000000000574b4f in funcall_lambda (fun=55197189, nargs=<value optimized 
out>, arg_vector=0x7fff7eb692e8) at eval.c:3028
#13 0x0000000000574eab in Ffuncall (nargs=1, args=0x7fff7eb692e0) at eval.c:2902
#14 0x00000000005ad413 in Fbyte_code (bytestr=<value optimized out>, 
vector=<value optimized out>, maxdepth=<value optimized out>)
    at bytecode.c:689



-- 
Joakim Verona



reply via email to

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