Re: Problem with Xerces and threads - any ideas?

2003-08-08 Thread Bob Foster
> Sometimes > only the JVM [crashes], sometimes Win XP as a whole. > ...No runtime exception occurs. Thats all what I've got, does it ring > anyone's bell? Except for the Win Xp crashing part, which I really don't want to believe, it might be you're running out of memory or overflowing the JVM sta

AW: Problem with Xerces and threads - any ideas?

2003-08-07 Thread Schweigl, Johann
EMAIL PROTECTED] Betreff: Re: Problem with Xerces and threads - any ideas? Johann, I do not think this a xerces problem, I think that you have a problem with how you are synchronizing access to your queue. I have had similar problems in the past with threads and synchronized objects when I was writing

RE: Problem with Xerces and threads - any ideas?

2003-08-06 Thread Simon Kitching
-- been there since 1.3.1 at > least). > > Chris > -Original Message- > From: Schweigl, Johann [mailto:[EMAIL PROTECTED] > Sent: Wed 8/6/2003 07:35 > To: '[EMAIL PROTECTED]' > Cc: > Subject: Problem with Xerces and threads - any ideas? > Hi all

Re: Problem with Xerces and threads - any ideas?

2003-08-06 Thread Ray Grimmond
Johann, I do not think this a xerces problem, I think that you have a problem with how you are synchronizing access to your queue. I have had similar problems in the past with threads and synchronized objects when I was writing some roll-your-own synchronized queues. I think it is an out of resour

RE: Problem with Xerces and threads - any ideas?

2003-08-06 Thread Christopher Ebert
ast). Chris -Original Message- From: Schweigl, Johann [mailto:[EMAIL PROTECTED] Sent: Wed 8/6/2003 07:35 To: '[EMAIL PROTECTED]' Cc: Subject: Problem with Xerces and threads - any ideas? Hi all, I got stuck in a problem I simply can't handle anymore - maybe someon

Problem with Xerces and threads - any ideas?

2003-08-06 Thread Schweigl, Johann
Hi all, I got stuck in a problem I simply can't handle anymore - maybe someone has experienced a similar situation. I have a java program (tried with VMs from 1.4.2 to 1.3.1 on WinXP) that uses several threads. One reader thread parses documents and puts the DOM documents on a queue from where