emacs-devel
[Top][All Lists]
Advanced

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

Re: Segfault when calling network-interface-info on OpenBSD


From: Richard M. Stallman
Subject: Re: Segfault when calling network-interface-info on OpenBSD
Date: Thu, 29 Dec 2005 23:57:01 -0500

Can you examine the immediate cause of the crash?  What data is invalid?



Symptoms:

Evaluating (network-interface-info "rl0") (rl0 is a network interface on
this machine) causes Emacs to segfault with the below backtrace on an
OpenBSD 3.8 system.


#0  0x08156c8e in intern (str=0xfff7f08e <Address 0xfff7f08e out of bounds>) at 
lread.c:3141
#1  0x0816cb10 in Fnetwork_interface_info (ifname=139458061) at process.c:3565
#2  0x0813fee9 in Feval (form=0) at eval.c:2219
#3  0x081408e3 in Ffuncall (nargs=2, args=0xcfbbdf84) at eval.c:2879
#4  0x0816719f in Fbyte_code (bytestr=140396409, vector=1, maxdepth=-809771136) 
at bytecode.c:694
#5  0x08140c0a in funcall_lambda (fun=136906940, nargs=1, 
arg_vector=0xcfbbe0d4) at eval.c:3066
#6  0x081407c5 in Ffuncall (nargs=2, args=0xcfbbe0d0) at eval.c:2934
#7  0x0816719f in Fbyte_code (bytestr=140396385, vector=1, maxdepth=-809770800) 
at bytecode.c:694
#8  0x08140c0a in funcall_lambda (fun=136907772, nargs=1, 
arg_vector=0xcfbbe214) at eval.c:3066
#9  0x081407c5 in Ffuncall (nargs=2, args=0xcfbbe210) at eval.c:2934
#10 0x0816719f in Fbyte_code (bytestr=136905083, vector=1, maxdepth=-809770480) 
at bytecode.c:694
#11 0x08140c0a in funcall_lambda (fun=136905052, nargs=0, 
arg_vector=0xcfbbe374) at eval.c:3066
#12 0x081407c5 in Ffuncall (nargs=1, args=0xcfbbe370) at eval.c:2934
#13 0x08140586 in apply1 (fn=138559329, arg=137376769) at eval.c:2624
#14 0x0813d104 in Fcall_interactively (function=138559329, 
record_flag=137376769, keys=137391620) at callint.c:412
#15 0x080ee8a7 in Fcommand_execute (cmd=138559329, record_flag=137376769, 
keys=137376769, special=137376769) at keyboard.c:9749
#16 0x080e4129 in command_loop_1 () at keyboard.c:1784
#17 0x0813ee1c in internal_condition_case (bfun=0x80e3db0 <command_loop_1>, 
handlers=137490009, hfun=0x80e3910 <cmd_error>) at eval.c:1465
#18 0x080e3c36 in command_loop_2 () at keyboard.c:1321
#19 0x0813e9c1 in internal_catch (tag=0, func=0x80e3c18 <command_loop_2>, 
arg=137376769) at eval.c:1211
#20 0x080e3bed in command_loop () at keyboard.c:1300
#21 0x080e36c8 in recursive_edit_1 () at keyboard.c:993
#22 0x080e37e8 in Frecursive_edit () at keyboard.c:1054
#23 0x080e2139 in main (argc=2, argv=0xcfbbe870) at emacs.c:1786


In GNU Emacs 22.0.50.1 (i386-unknown-openbsd3.8, GTK+ Version 2.8.8)
 of 2005-12-28 on rocksteady.printf.se
X server distributor `The X.Org Foundation', version 11.0.60802000
configured using `configure '--prefix=/usr/local/emacs' '--with-gtk''




reply via email to

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