Log of /trunk/eweasel/tests/thread007
Directory Listing
Revision
103101 -
Directory Listing
Modified
Mon Apr 29 14:01:20 2019 UTC
(7 months, 1 week ago)
by
alexk
Updated tests to use the new default for total order on real numbers.
Revision
98912 -
Directory Listing
Modified
Wed Jun 15 12:18:40 2016 UTC
(3 years, 5 months ago)
by
manus
To avoid manually fixing the C compiler configuration file, all Ace files are now compiled in console mode.
Revision
81907 -
Directory Listing
Modified
Wed Dec 23 17:27:12 2009 UTC
(9 years, 11 months ago)
by
manus
Removed inheritance to THREAD_CONTROL to access `join'. We now are getting it from a THREAD instance.
Revision
78197 -
Directory Listing
Modified
Fri Apr 10 22:36:18 2009 UTC
(10 years, 8 months ago)
by
manus
Tested with 1 iteration as well since this is where we see most of the memory corruption we are causing
by not unprotecting an object in our C runtime for THREAD.join.
Revision
77943 -
Directory Listing
Added
Fri Mar 27 16:45:11 2009 UTC
(10 years, 8 months ago)
by
dhollen
Added eweasel test thread007 for bug #13733, where a call to `join' when
there are no child threads results in either a memory leak (Solaris SPARC 32-bit)
or a bus error or seg fault (Solaris SPARC 64-bit).