Re: Crash in debug mode

2012-11-20 Thread Claudia Baier
PST) > Von: shath...@e-z.net > An: c-users@xalan.apache.org > CC: claudi...@gmx.de > Betreff: Re: Crash in debug mode > Claudia, > > It could also be that your included XSLT file did not exist or was empty > for some reason. I have tried to allow these conditions without &

Re: Crash in debug mode

2012-11-19 Thread shathawa
Claudia, It could also be that your included XSLT file did not exist or was empty for some reason. I have tried to allow these conditions without faults by making sure that empty readers were supported. Sincerely, Steven J. Hathaway Xalan Documentation Project > Hello, > > I have a problem run

Re: Crash in debug mode

2012-11-19 Thread shathawa
Claudia, Can you identify which lower method has the trap? I have been trying to find all the NULL pointer traps and verify their correctness, hopefully fixing the code to allow NULL. Many have been fixed. I may have missed something here -- easy to overlook. You can also post a bug on JIRA -

Crash in debug mode

2012-11-19 Thread Claudia Baier
Hello, I have a problem running applications in debug mode. I try to process a xslt file which includes another xslt file. In release mode everything works fine. But in debug mode the application crashes with the message: "Debug Assertion Failed! ... Expression: invalid null pointer" This happ