It seems to have fixed the memory corruption issue. Now it's getting stuck in phthread_cond_wait, but that might be a problem of the example. Nevertheless, attached are the stack traces.
Hi Rick, thanks for the clarification. Attached you'll find two different traces, one resulting in a segmentation fault, the other just hanging in DeadObject. Let me know if you need more info, I can rerun things while in the office.
I don't know a quick fix. Not using multiple instances might solve the problem right now.
The attached example also crashes on Linux with current trunk. From what I see I suspect a memory corruption issue. With debugging enabled, one of the threads hangs in DeadObject::getObjectSize, without debugging I'm getting random segfaults. I'm almost certain that passing memory locations between different instances causes the problem because each instance has its own allocator. Easy solution is to avoid doing that, second solution is to make sure that pointers are not passed between different...
Fix null pointer dereference if RexxPullFromQue...
cmake: only check for SVN revision if .svn dire...
Allow "do over .nil"
Hi Erich, I do not understand what you want to achieve with this. Do you want to...
Duplicate of [#664]
An noop ::end directive
I don't think this is a valuable addition to the ooRexx language as it does not add...
rexximage produces rexx.img file
More work on Barrelfish IPC integration.
merge from trunk
add Barrelfish related changes
cleanup wrong commit
ongoing work
Sandbox: Porting ooRexx to Barrelfish
delete old sandbox
I think the problem is that you don't use the arguments x and y correctly. You have...
Hi there, I'm also suffering from bug #16 where Jamon mixes up nanoseconds and milliseconds....
Committed revision 10171.
qualify() BIF Crashes Interpreter
[bugs:#1266] qualify() BIF Crashes Interpreter
Hi Brant, I think you should switch to ooRexx if there's nothing holding you to Regina....
Please don't double post, your question has been answered already in https://sou...
add typo in cmake instructions, simplify man pa...
fix man pages dependencies; correct rexx.cat lo...
Add api samples to cmake build system.
fix INSTALL_LIB_DIR on Debian (it is /usr/lib/x...
I have to disagree, surprise does not help you in any way. Try to understand the...
Walter, the floating point handling in Rexx is good. You should read http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html...
The difference between ooRexx and C++ is that C++ has no garbage collection. It knows...
The garbage collector will reclaim objects some time after there is no reference...
Yep, was thinking the same. Maybe we should close the feature request as this feature...
Is this all it needs? (line offsets might not be correct due to other local changes)...
Is this all it needs? Index: interpreter/parser/SourceFile.cpp ===================================================================...
Add links to Facebook and Google+ on website.
Thank you! Closing ticket.
David, could you please update the website to contain my changes committed in [r9900]?...
Add links to Facebook and Google+ on website.
[feature-requests:#528] Add links to Facebook a...
Add links to Facebook and Google+ on website.
Removed serialization support from 4.2.0 branch in [r9670].
Serialization support