[Expat-bugs] [ expat-Bugs-1481634 ] elements.c gets hanged

SourceForge.net noreply at sourceforge.net
Fri May 26 14:33:47 CEST 2006


Bugs item #1481634, was opened at 2006-05-04 02:52
Message generated for change (Comment added) made by kwaclaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1481634&group_id=10127

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: elements.c gets hanged 

Initial Comment:
hi 
i am using expat2.0.0 on a linux platform . I have been
successful in building and installing it . I am trying
the elements.c example in the example directory . 
---------------------------------------------
$ icc elements.c -I../lib/ -L../lib -o elem
../expat_install/lib/libexpat.so
$ ./elem

 In main
 after setUserData
 i am at the at the start of XML_SetElementHandler
 i am at end of  XML_SetElementHandler
------------------------------------------------

This goes in an indefinite loop .. I have used the
intel compiler . The same problem prevails with gcc also .

Plz find the elements.c file sent out as an attachment 

Thanks 
Megha

----------------------------------------------------------------------

>Comment By: Karl Waclawek (kwaclaw)
Date: 2006-05-26 08:33

Message:
Logged In: YES 
user_id=290026

Closing this issue due to lack of response by original
submitter.

----------------------------------------------------------------------

Comment By: Karl Waclawek (kwaclaw)
Date: 2006-05-05 11:38

Message:
Logged In: YES 
user_id=290026

I don't have access to a Linux machine right now. Can you
try to step through the code with the debugger over the
XML_SetElementHandler(parser, startElement, endElement);
call and see where it loops?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1481634&group_id=10127


More information about the Expat-bugs mailing list