dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bugs #10753] csdoc crashes with segmentation fault


From: Gopal.V
Subject: [Pnet-developers] [bugs #10753] csdoc crashes with segmentation fault
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #10753] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Thu 10/28/2004 at 14:19 (Asia/Calcutta)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed in CVS Oct 28th 2004






/**************************************************************************/
[bugs #10753] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10753>
Project: DotGNU Portable.NET
Submitted by: 0
On: Wed 10/20/2004 at 18:19

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  Fixed
Privacy:  Public
Assigned to:  None
Status:  Closed


Summary:  csdoc crashes with segmentation fault

Original Submission:  csdoc causes a segmentation fault when
I try to extract the xml documentation from
18 C# files with about 215 kB. 
csdoc doesn't write any output before
it crashes (tested on Linux).
And it doesn't print anything with -v and -vv.

I can provide the affected source files if required.

BTW, there is no warning with "csc /doc:doc.xml /warn:1 ...".


Follow-up Comments
------------------


-------------------------------------------------------
Date: Thu 10/28/2004 at 14:19       By: Gopal.V <t3rmin4t0r>
Fixed in CVS Oct 28th 2004

-------------------------------------------------------
Date: Mon 10/25/2004 at 23:02       By: 0 <None>
> gdb
GNU gdb 6.1
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-suse-linux".
(gdb) file csdoc
Reading symbols from csdoc...done.
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(gdb) run -o api.xml lib/*.cs
Starting program: /usr/local/bin/csdoc -o api.xml lib/*.cs
[Thread debugging using libthread_db enabled]
[New Thread 1075454624 (LWP 6039)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1075454624 (LWP 6039)]
0x080a62a3 in _ILNode_ListIter_Init (iter=0xbfffd0c0, node=0x37) at 
cg_stmt.tc:220
220             if(node != 0 && yyisa(node, ILNode_List))
(gdb) backtrace
#0  0x080a62a3 in _ILNode_ListIter_Init (iter=0xbfffd0c0, node=0x37) at 
cg_stmt.tc:220
#1  0x080638f8 in GetIndexerName (info=0x81317c0, attrTree=0x81de0fc, 
prefixName=0x81de1a0) at cs_grammar.y:393
#2  0x08065b47 in cs_parse () at cs_grammar.y:3233
#3  0x08071c3e in ParseFile (filename=0xbfffd0c0 "<", is_stdin=136175780) at 
cc_main.c:1066
#4  0x08072764 in CCMain (argc=21, argv=0xbfffee14) at cc_main.c:134
#5  0x0804a617 in main (argc=21, argv=0xbfffee14) at csdoc.c:126
(gdb)

The directory lib in lib.zip contains the affected sources (lib/*.cs).


-------------------------------------------------------
Date: Mon 10/25/2004 at 12:31       By: Gopal.V <t3rmin4t0r>
Can I get something useful to debug with ?. coredumps , original files or at 
least a gdb back trace ?.






File Attachments
-------------------

-------------------------------------------------------
Date: Mon 10/25/2004 at 23:02  Name: lib.zip  Size: 134.4KB   By: None
directory with source which causes csdoc to crash
http://savannah.gnu.org/bugs/download.php?item_id=10753&amp;item_file_id=1802






For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10753>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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