[transfer-dev] Re: Stack Overflow Relationships?

2009-07-09 Thread whostheJBoss
1.1 On Jul 8, 10:09 pm, Mark Mandel mark.man...@gmail.com wrote: whostheJBoss is this with 1.1 or SVN? Mark On Thu, Jul 9, 2009 at 3:03 PM, whostheJBoss dotfus...@changethings.orgwrote: I am also having memory issues, my simple saves take 1 to 3 megs and I heap out after short

[transfer-dev] Re: Stack Overflow Relationships?

2009-07-08 Thread whostheJBoss
I am also having memory issues, my simple saves take 1 to 3 megs and I heap out after short periods of time. On Jul 7, 9:39 pm, Mark Mandel mark.man...@gmail.com wrote: Sounds like I fixed one bug to introduce another... I'll see if I can set up a memory leak test to run overnight in the next

[transfer-dev] Re: Stack Overflow Relationships?

2009-07-08 Thread Mark Mandel
whostheJBoss is this with 1.1 or SVN? Mark On Thu, Jul 9, 2009 at 3:03 PM, whostheJBoss dotfus...@changethings.orgwrote: I am also having memory issues, my simple saves take 1 to 3 megs and I heap out after short periods of time. On Jul 7, 9:39 pm, Mark Mandel mark.man...@gmail.com wrote:

[transfer-dev] Re: Stack Overflow Relationships?

2009-07-07 Thread Brian G
On Jul 1, 10:40 pm, Elliott Sprehn espr...@gmail.com wrote: I updated to the Trunk version and the errors have seemed to go away. I'm going to load test it and low mem test it later this week and see if it holds up. I'm interested in your findings - I'm reasonably sure there is a mem leak

[transfer-dev] Re: Stack Overflow Relationships?

2009-07-07 Thread Mark Mandel
Sounds like I fixed one bug to introduce another... I'll see if I can set up a memory leak test to run overnight in the next few days. Mark On Wed, Jul 8, 2009 at 2:36 PM, Elliott Sprehn espr...@gmail.com wrote: On Jul 7, 1:27 pm, Brian G brian-goo...@vfive.com wrote: On Jul 1, 10:40 pm,

[transfer-dev] Re: Stack Overflow Relationships?

2009-07-01 Thread Elliott Sprehn
Yes it looks like a, it's a cascadeSave(), and it's also going through the AOP Transaction stuff like whostheJBoss guessed. I'm not entirely sure though since I'm losing the rest of the trace. It's saving a Transaction with Attendees in it. And I don't think so you can get back to the original

[transfer-dev] Re: Stack Overflow Relationships?

2009-07-01 Thread Mark Mandel
Is the Transaction your object, or is that the Transfer Transaction? Is it possible to break it down to a single index.cfm, and replicate the issue? And then send that through? Mark On Wed, Jul 1, 2009 at 5:34 PM, Elliott Sprehn espr...@gmail.com wrote: Yes it looks like a, it's a

[transfer-dev] Re: Stack Overflow Relationships?

2009-07-01 Thread Mark Mandel
Oooh, it's a weird multithreading issue. Now that is weird... did I miss a var'd variable in the ObjectTreeWalker or something similar. That can be the only thing I can think off the top of my head. I will have a look and see if I can see anything. I tend to varScopeCheck everything, unless that