[QFJ-134] Stack overflow when JdbcLog fails to log a message Created: 07/Feb/07 Updated: 12/Apr/07 Resolved: 11/Feb/07 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.0.5 |
Fix Version/s: | 1.1.0 |
Type: | Bug | Priority: | Default |
Reporter: | Toli Kuznets | Assignee: | Steve Bate |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Attachments: | jdbc-oomErrorSessionLookupNPE.patch out.txt | ||||||||
Issue Links: |
|
Description |
This is a continuation of bug 133 - just breaking out the recursive stack overflow error. See the (bottom of) attached log - if the JdbcLog fails to insert a message, we end up calling the JdbcLog.insert() recursively until we get a stack overflow. Patch is attached to the bug 133 and here as well. |
Comments |
Comment by Toli Kuznets [ 07/Feb/07 ] |
See the bottom of the file for the stack trace that deals with proxool-caused stack overflow |
Comment by Toli Kuznets [ 07/Feb/07 ] |
patch for both bug 133 and this one |