From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: filerz-emacs@yahoo.com Newsgroups: gmane.emacs.devel Subject: Crash in handling tar files (Was: GDB debugger mode for Emacs in ELPA) Date: Fri, 27 Jun 2008 15:18:21 +0530 (IST) Message-ID: <796021.90072.qm@web95001.mail.in2.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1214560139 19326 80.91.229.12 (27 Jun 2008 09:48:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Jun 2008 09:48:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii , Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 27 11:49:40 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KCAaI-0003su-9s for ged-emacs-devel@m.gmane.org; Fri, 27 Jun 2008 11:49:39 +0200 Original-Received: from localhost ([127.0.0.1]:42947 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCAZR-0007hr-9E for ged-emacs-devel@m.gmane.org; Fri, 27 Jun 2008 05:48:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KCAZJ-0007hC-IG for emacs-devel@gnu.org; Fri, 27 Jun 2008 05:48:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KCAZC-0007dA-KK for emacs-devel@gnu.org; Fri, 27 Jun 2008 05:48:36 -0400 Original-Received: from [199.232.76.173] (port=44409 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCAZB-0007ct-UF for emacs-devel@gnu.org; Fri, 27 Jun 2008 05:48:30 -0400 Original-Received: from n1a.bullet.tw1.yahoo.com ([119.160.244.188]:25328) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KCAZA-0002Xl-LV for emacs-devel@gnu.org; Fri, 27 Jun 2008 05:48:29 -0400 Original-Received: from [119.160.244.76] by n1.bullet.tw1.yahoo.com with NNFMP; 27 Jun 2008 09:48:24 -0000 Original-Received: from [202.43.196.225] by t1.bullet.tw1.yahoo.com with NNFMP; 27 Jun 2008 09:48:24 -0000 Original-Received: from [203.212.168.61] by t2.bullet.tpe.yahoo.com with NNFMP; 27 Jun 2008 09:48:24 -0000 Original-Received: from [203.104.18.95] by t2.bullet.kr1.yahoo.com with NNFMP; 27 Jun 2008 09:48:24 -0000 Original-Received: from [127.0.0.1] by omp109.mail.in2.yahoo.com with NNFMP; 27 Jun 2008 09:48:21 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 883227.1763.bm@omp109.mail.in2.yahoo.com Original-Received: (qmail 90488 invoked by uid 60001); 27 Jun 2008 09:48:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=CzUirWc7W/CwD02Cclw1XcJF31nJOHtkF/Z0GgPfj+vXga7SGMCn+wktbH4kZjHqIfCU3dJ/9NVtm+AVaHEd45vRqGZsAElG6nW0nkAp63X6A3kcu0QxrcrJ8YVDESc0LLfZzJn5WoebRqIbP1tQ6FfYrF5sP3Z6udrIEr6MCqU=; Original-Received: from [202.3.112.9] by web95001.mail.in2.yahoo.com via HTTP; Fri, 27 Jun 2008 15:18:21 IST X-Mailer: YahooMailRC/975.49 YahooMailWebService/0.7.199 X-detected-kernel: by monty-python.gnu.org: FreeBSD 6.x (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:100017 Archived-At: Hi,=0A=0A----- Original Message ----=0A> From: Eli Zaretskii = =0A=0A> Which tarball causes this crash, and where can I find it? Also, wo= uld=0A> the OP please post a detailed recipe to reproduce this crash, start= ing=0A> with "emacs -Q"?=0A=0ASteps to reproduce:=0A1. Create a small tar f= ile with 2 or 3 files in it=0A2. emacs -q=0A3. M-x load-library tar-mode=0A= 4. Open the tar file=0AYou see the crash (with earlier posted stack trace)= =0A=0AI saw another crash with the following steps:=0A1. Repeat #1, #2 from= the previous scenario=0A2. Open the tar file, you will see the file listin= g=0A3. Position the cursor on one of the listed files and hit enter (open t= he file in the archive)=0AYou see a crash. Stack trace follows for 2nd scen= ario:=0A=0A(gdb) bt=0A#0 0x0119ea03 in re_search_2 (bufp=3D0x1377928, str1= =3D0x389f1b0 "ix\" \"Latin-3\" 'quail-use-package\n \"3<\" \"Latin-3 charac= ter input method with postfix modifiers\=0A#1 0x0114fabf in search_buffer = (string=3D44210019, pos=3D513, pos_byte=3D513, lim=3D33830, lim_byte=3D3383= 0, n=3D1, RE=3D1, trt=3D53475332, inverse_trt=3D53474820, posix=3D0) at sea= rc=0A#2 0x0114f425 in search_command (string=3D44210019, bound=3D270640, n= oerror=3D43726897, count=3D43726849, direction=3D1, RE=3D1, posix=3D0) at s= earch.c:972=0A#3 0x01153352 in Fre_search_forward (regexp=3D44210019, boun= d=3D270640, noerror=3D43726897, count=3D43726849) at search.c:2306=0A#4 0x= 01023f1a in Ffuncall (nargs=3D4, args=3D0x82ebf0) at eval.c:3052=0A#5 0x01= 1171ee in Fbyte_code (bytestr=3D18840531, vector=3D18840548, maxdepth=3D32)= at bytecode.c:678=0A#6 0x010245fb in funcall_lambda (fun=3D18840484, narg= s=3D2, arg_vector=3D0x82ef04) at eval.c:3229=0A#7 0x010240cf in Ffuncall (= nargs=3D3, args=3D0x82ef00) at eval.c:3088=0A#8 0x011171ee in Fbyte_code (= bytestr=3D18841155, vector=3D18841172, maxdepth=3D48) at bytecode.c:678=0A#= 9 0x010245fb in funcall_lambda (fun=3D18841108, nargs=3D2, arg_vector=3D0x= 82f224) at eval.c:3229=0A#10 0x010240cf in Ffuncall (nargs=3D3, args=3D0x82= f220) at eval.c:3088=0A#11 0x011171ee in Fbyte_code (bytestr=3D18841827, ve= ctor=3D18841844, maxdepth=3D32) at bytecode.c:678=0A#12 0x010245fb in funca= ll_lambda (fun=3D18841780, nargs=3D2, arg_vector=3D0x82f534) at eval.c:3229= =0A#13 0x010240cf in Ffuncall (nargs=3D3, args=3D0x82f530) at eval.c:3088= =0A#14 0x011171ee in Fbyte_code (bytestr=3D53331763, vector=3D45444612, max= depth=3D48) at bytecode.c:678=0A#15 0x010245fb in funcall_lambda (fun=3D493= 06564, nargs=3D0, arg_vector=3D0x82f884) at eval.c:3229=0A#16 0x010240cf in= Ffuncall (nargs=3D1, args=3D0x82f880) at eval.c:3088=0A#17 0x01023950 in a= pply1 (fn=3D48507577, arg=3D43726849) at eval.c:2783=0A#18 0x0111a380 in Fc= all_interactively (function=3D48507577, record_flag=3D43726849, keys=3D4376= 0388) at callint.c:389=0A#19 0x01023ee3 in Ffuncall (nargs=3D4, args=3D0x82= fb18) at eval.c:3048=0A#20 0x01023a52 in call3 (fn=3D43921409, arg1=3D48507= 577, arg2=3D43726849, arg3=3D43726849) at eval.c:2868=0A#21 0x01015344 in F= command_execute (cmd=3D48507577, record_flag=3D43726849, keys=3D43726849, s= pecial=3D43726849) at keyboard.c:10420=0A#22 0x01007823 in command_loop_1 (= ) at keyboard.c:1910=0A#23 0x01021a66 in internal_condition_case (bfun=3D0x= 10060cf , handlers=3D43790553, hfun=3D0x1005acc = ) at eval.c:1511=0A#24 0x01005e18 in command_loop_2 () at keyboard.c:1367= =0A#25 0x01021576 in internal_catch (tag=3D43786625, func=3D0x1005df8 , arg=3D43726849) at eval.c:1247=0A#26 0x01005dcf in command_loo= p () at keyboard.c:1346=0A#27 0x010056d2 in recursive_edit_1 () at keyboard= ..c:955=0A#28 0x01005840 in Frecursive_edit () at keyboard.c:1017=0A#29 0x01= 0027dc in main (argc=3D2, argv=3D0xa34128) at emacs.c:1762=0A=0ALisp Backtr= ace:=0A"re-search-forward" (0x82ebf4)=0A"auto-coding-regexp-alist-lookup" (= 0x82ef04)=0A"find-auto-coding" (0x82f224)=0A"set-auto-coding" (0x82f534)=0A= "tar-extract" (0x82f884)=0A"call-interactively" (0x82fb1c)=0A=0A-dhruva=0A= =0A=0A=0A From Chandigarh to Chennai - find friends all over India. Go= to http://in.promos.yahoo.com/groups/citygroups/