[Expat-bugs] [ expat-Bugs-1709402 ] xmlwf without parameters gives exception

SourceForge.net noreply at sourceforge.net
Tue May 1 19:26:39 CEST 2007


Bugs item #1709402, was opened at 2007-04-28 23:34
Message generated for change (Comment added) made by hartwork
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1709402&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: Fixed
Priority: 5
Private: No
Submitted By: Sebastian Pipping (hartwork)
Assigned to: Nobody/Anonymous (nobody)
Summary: xmlwf without parameters gives exception

Initial Comment:
I compiled xmlwf from CVS head with vs2k5
and when I run it without any parameters
the debugger stops at line 767 which holds
the code

> parser = XML_ParserCreate(encoding);

The error message is:

> Unhandled exception at 0x10001cfb in xmlwf.exe:
> 0xC0000005: Access violation reading location 0x00000024.

I run Windows Server 2003 SP2 here.



Sebastian


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

>Comment By: Sebastian Pipping (hartwork)
Date: 2007-05-01 19:26

Message:
Logged In: YES 
user_id=1022691
Originator: YES

 
 
It turned out this was a path problem.
XMLWF simply could not find the DLL
since it was neither located in the
same directory nor in the search path.



Sebastian
 
 

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

Comment By: Sebastian Pipping (hartwork)
Date: 2007-04-29 01:55

Message:
Logged In: YES 
user_id=1022691
Originator: YES

 
 
I zipped my project files to compare for you.
These files are in, I hope that's all:

./examples/elements.vcproj
./examples/outline.vcproj
./lib/expat.vcproj
./lib/expat_static.vcproj
./lib/expatw.vcproj
./lib/expatw_static.vcproj
./xmlwf/xmlwf.vcproj
./expat.sln

find . -name '*.vcproj' -or -name 'expat.sln' | zip -@ -9 expat_vs2k5.zip



Sebastian
 
 
File Added: expat_vs2k5.zip

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

Comment By: Karl Waclawek (kwaclaw)
Date: 2007-04-29 01:36

Message:
Logged In: YES 
user_id=290026
Originator: NO

If you send me your solution and project files, I'll compare them with
mine.

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

Comment By: Sebastian Pipping (hartwork)
Date: 2007-04-29 00:37

Message:
Logged In: YES 
user_id=1022691
Originator: YES

 
 
I the Cygwin built does not have this problem.
I did a clean rebuild with vs2k5 again - still the same.


Sebastian
 
 

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

Comment By: Karl Waclawek (kwaclaw)
Date: 2007-04-28 23:54

Message:
Logged In: YES 
user_id=290026
Originator: NO

I have no problems here - it just waits for input (reads from stdin, as it
is supposed to).

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

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


More information about the Expat-bugs mailing list