RE: lsb 3.0 pthread test UNREPORTED failures
"Wang, Yong Y" <[email protected]> Fri, 6 Jan 2006 17:16:15 +0800
| Newsgroups | gmane.linux.lsb.test-suite |
|---|---|
| Message-ID | <4811572DEBA3F04E9E6C269B32104265019933E6@bjsmsx402.ccr.corp.intel.com> |
This is a multi-part message in MIME format. --===============0700327382== Content-class: urn:content-classes:message Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C612A1.D86BC004" This is a multi-part message in MIME format. ------_=_NextPart_001_01C612A1.D86BC004 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Would anyone like to take a look at these problems? =20 Regards Yong ________________________________ From: Wichmann, Mats D=20 Sent: 2005=C4=EA12=D4=C231=C8=D5 11:01 To: qiang.wang; [email protected] Cc: Wang, Yong Y Subject: RE: [Lsb-test] lsb 3.0 pthread test UNREPORTED failures Turns out a lot of the people who might know more about this (I guess = that includes me)=20 are on holiday until January. If you don't start getting some comments = from us on this list next week, please do remind us again. =20 Regards, =20 Mats =20 =20 =20 ________________________________ From: [email protected] = [mailto:[email protected]] On Behalf Of qiang.wang Sent: Friday, December 30, 2005 7:51 PM To: [email protected] Cc: Wang, Yong Y Subject: [Lsb-test] lsb 3.0 pthread test UNREPORTED failures =09 =09 Hi, I've posted a mail on this topic before. >From the opengroup.org, i found some explanations on T.pthread_create = and T.pthread_join, they said it's the test suite's own deficiency. > http://www.opengroup.org:8000/lsb/publicpr/PRView?PR=3D0082 > http://www.opengroup.org:8000/lsb/publicpr/PRView?PR=3D0084 > I took a look at the test code of T.pthread_attr_setdetachstate, i = think there's the same problem.Besides, I think the qmtest have the same = problem too. > Could someone review it please. =09 > The test suites i use is: > lsb-runtime-test-3.0.0-4.i486.rpm > qmtest_libstdcpp-3.4.3-3.lsb3.i486.rpm =09 I wrote a test case, it will give the same result most cases, but = sometimes it works fine, just like the runtime and qmtest!! anyone have the same problems? =09 =09 =09 The lsb 3.0 runtime test gives the following report : =09 /tset/PTHR.os/thread/pthread_create/T.pthread_create 4 UNRESOLVED = (WAIVED) /tset/PTHR.os/thread/pthread_create/T.pthread_create 11 UNRESOLVED /tset/PTHR.os/thread/pthread_join/T.pthread_join 4 UNRESOLVED (WAIVED) = /tset/PTHR.os/threadattr/pthread_attr_setdetachstate/T.pthread_attr_setde= tachstate 3 UNRESOLVED =09 =09 =09 I post the journal corresponds to this part here: =09 400|1013 4 1 20:11:47|IC Start 200|1013 4 20:11:47|TP Start 520|1013 4 00006007 1 1|A call to pthread_create(thread, attr, = start_routine, arg) 520|1013 4 00006007 1 2|creates a new thread with the attributes = specified by attr 520|1013 4 00006007 1 3|within the process containing the calling = thread, stores 520|1013 4 00006007 1 4|the thread identifier of the newly created = thread in the 520|1013 4 00006007 1 5|location referenced by thread, causes the newly = created 520|1013 4 00006007 1 6|thread to execute the routine referenced by = start_routine 520|1013 4 00006007 1 7|with arg as its sole argument, and returns 0 if = successful. 520|1013 4 00006007 1 8|Posix Ref: Component PTHREAD_CREATE 520|1013 4 00006007 1 9|Assertion 9945-1:1996 16.2.2.2-4(A) 520|1013 4 00006007 10 1|waitpid() failed - errno 10 (ECHILD) 520|1013 4 00006007 11 1|tet_fork, expected 0, got -1 220|1013 4 2 20:11:47|UNRESOLVED 410|1013 4 1 20:11:47|IC End =09 =09 400|1013 11 1 20:11:47|IC Start 200|1013 11 20:11:47|TP Start 520|1013 11 00006007 1 1|When the detachstate attribute of the thread = attribute object 520|1013 11 00006007 1 2|referenced by attr is set to = PTHREAD_CREATE_DETACHED, 520|1013 11 00006007 1 3|then a call to pthread_create(thread, attr, = start_routine, arg) 520|1013 11 00006007 1 4|shall cause the new thread to be created in = the detached state. 520|1013 11 00006007 1 5|Posix Ref: Component PTHREAD_CREATE 520|1013 11 00006007 1 6|Assertion 9945-1:1996 16.2.1.2-11(A) 520|1013 11 00006007 4 1|waitpid() failed - errno 10 (ECHILD) 520|1013 11 00006007 5 1|tet_fork, expected 0, got -1 220|1013 11 2 20:11:47|UNRESOLVED 410|1013 11 1 20:11:47|IC End =09 =09 400|1017 4 1 20:12:07|IC Start 200|1017 4 20:12:07|TP Start 520|1017 4 00006213 1 1|When the value specified by thread does not = refer to a thread 520|1017 4 00006213 1 2|that can be joined, 520|1017 4 00006213 1 3|then a call to pthread_join(thread, value_ptr) = shall fail 520|1017 4 00006213 1 4|and return EINVAL. 520|1017 4 00006213 1 5|Posix Ref: Component PTHREAD_JOIN 520|1017 4 00006213 1 6|Assertion 9945-1:1996 16.2.3.4-4(A) 520|1017 4 00006213 3 1|waitpid() failed - errno 10 (ECHILD) 520|1017 4 00006213 8 1|tet_fork, expected 0, got -1 220|1017 4 2 20:12:07|UNRESOLVED 410|1017 4 1 20:12:07|IC End =09 =09 400|1036 3 1 20:12:27|IC Start 200|1036 3 20:12:27|TP Start 520|1036 3 00006592 1 1|When detachstate has the value = PTHREAD_CREATE_DETACHED, 520|1036 3 00006592 1 2|then a call to 520|1036 3 00006592 1 3|pthread_attr_setdetachstate(attr, detachstate) 520|1036 3 00006592 1 4|shall cause all new threads created with the = attributes 520|1036 3 00006592 1 5|object attr to be in the detached state. 520|1036 3 00006592 1 6|Posix Ref: Component = PTHREAD_ATTR_SETDETACHSTATE 520|1036 3 00006592 1 7|Assertion 9945-1:1996 16.2.1.2-3(A) 520|1036 3 00006592 3 1|waitpid() failed - errno 10 (ECHILD) 520|1036 3 00006592 7 1|tet_fork, expected 0, got -1 220|1036 3 2 20:12:27|UNRESOLVED 410|1036 3 1 20:12:27|IC End =09 =09 The qmtest reported: /22_locale/locale/cons/12658_thread.cc 1 UNREPORTED /24_iterators/istreambuf_iterator/2.cc 1 FAIL /demangle/abi_examples/01.cc 1 FAIL /demangle/abi_examples/02.cc 1 FAIL /thread/pthread1.cc 1 UNREPORTED /thread/pthread2.cc 1 UNREPORTED /thread/pthread3.cc 1 UNREPORTED /thread/pthread4.cc 1 UNREPORTED /thread/pthread5.cc 1 UNREPORTED /thread/pthread6.cc 1 UNREPORTED =09 =09 The journal: 10|314 /22_locale/locale/cons/12658_thread.cc 18:30:41|TC Start 200|314 1 18:30:41|TP Start 520|314 1 0 1 1|QMTest ERROR in test = 22_locale/locale/cons/12658_thread.cc 520|314 1 0 1 2|DejaGNUTest.command_1: 520|314 1 0 1 3|DejaGNUTest.command_1: = /opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_22_locale_locale_cons_12658_thr= ead.exe 520|314 1 0 1 4|DejaGNUTest.command_1: 520|314 1 0 1 5|DejaGNUTest.command_1: 520|314 1 0 1 6|qmtest.cause: An exception occurred. 520|314 1 0 1 7|qmtest.end_time: 2005-12-14T02:30:49Z 520|314 1 0 1 8|qmtest.exception: exceptions.OSError: [Errno 10] No = child processes 520|314 1 0 1 9|qmtest.start_time: 2005-12-14T02:30:41Z 520|314 1 0 1 10|qmtest.target: local 520|314 1 0 1 11|qmtest.traceback: 520|314 1 0 1 12|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line = 224, in RunTest 520|314 1 0 1 13|qmtest.traceback: descriptor.Run(context, result) 520|314 1 0 1 14|qmtest.traceback: 520|314 1 0 1 15|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line = 246, in Run520|314 1 0 1 16|qmtest.traceback: self._Execute(context, = result, "Run") 520|314 1 0 1 17|qmtest.traceback: 520|314 1 0 1 18|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line = 168, in _Execute 520|314 1 0 1 19|qmtest.traceback: eval("item.%s(context, result)" = % method) 520|314 1 0 1 20|qmtest.traceback: 520|314 1 0 1 21|qmtest.traceback: File "<string>", line 0, in ? 520|314 1 0 1 22|qmtest.traceback: 520|314 1 0 1 23|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 460, in Run 520|314 1 0 1 24|qmtest.traceback: keep_output=3Dkeep_output) 520|314 1 0 1 25|qmtest.traceback: 520|314 1 0 1 26|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line 153, in _RunDGTest 520|314 1 0 1 27|qmtest.traceback: self._RunDGExecutePortion(file, = context, result) 520|314 1 0 1 28|qmtest.traceback: 520|314 1 0 1 29|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 539, in _RunDGExecutePortion 520|314 1 0 1 30|qmtest.traceback: context, result) 520|314 1 0 1 31|qmtest.traceback: 520|314 1 0 1 32|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line 248, in _RunDGExecutePortion 520|314 1 0 1 33|qmtest.traceback: outcome =3D = self._RunTargetExecutable(context, result, file) 520|314 1 0 1 34|qmtest.traceback: 520|314 1 0 1 35|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 491, in _RunTargetExecutable 520|314 1 0 1 36|qmtest.traceback: return = sup._RunTargetExecutable(context, result, file, dir) 520|314 1 0 1 37|qmtest.traceback: 520|314 1 0 1 38|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_test= .py", line 167, in _RunTargetExecutable 520|314 1 0 1 39|qmtest.traceback: status =3D = executable.Run(command, environment, dir) 520|314 1 0 1 40|qmtest.traceback: 520|314 1 0 1 41|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 548, in Run 520|314 1 0 1 42|qmtest.traceback: path) 520|314 1 0 1 43|qmtest.traceback: 520|314 1 0 1 44|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 268, in Run 520|314 1 0 1 45|qmtest.traceback: status =3D os.waitpid(child, = 0)[1] 520|314 1 0 1 46|qmtest.traceback: 520|314 1 0 1 47|qmtest.traceback: 220|314 1 7 18:30:49|UNREPORTED 80|314 0 18:30:49|TC End =09 =09 10|1400 /thread/pthread1.cc 18:37:11|TC Start 200|1400 1 18:37:11|TP Start 520|1400 1 0 1 1|QMTest ERROR in test thread/pthread1.cc 520|1400 1 0 1 2|DejaGNUTest.command_1: 520|1400 1 0 1 3|DejaGNUTest.command_1: = /opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread1.exe 520|1400 1 0 1 4|DejaGNUTest.command_1: 520|1400 1 0 1 5|DejaGNUTest.command_1: 520|1400 1 0 1 6|qmtest.cause: An exception occurred. 520|1400 1 0 1 7|qmtest.end_time: 2005-12-14T02:37:13Z 520|1400 1 0 1 8|qmtest.exception: exceptions.OSError: [Errno 10] No = child processes 520|1400 1 0 1 9|qmtest.start_time: 2005-12-14T02:37:11Z 520|1400 1 0 1 10|qmtest.target: local 520|1400 1 0 1 11|qmtest.traceback: 520|1400 1 0 1 12|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line = 224, in RunTest 520|1400 1 0 1 13|qmtest.traceback: descriptor.Run(context, result) 520|1400 1 0 1 14|qmtest.traceback: 520|1400 1 0 1 15|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line = 246, in Run 520|1400 1 0 1 16|qmtest.traceback: self._Execute(context, result, = "Run") 520|1400 1 0 1 17|qmtest.traceback: 520|1400 1 0 1 18|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line = 168, in _Execute 520|1400 1 0 1 19|qmtest.traceback: eval("item.%s(context, result)" = % method) 520|1400 1 0 1 20|qmtest.traceback: 520|1400 1 0 1 21|qmtest.traceback: File "<string>", line 0, in ? 520|1400 1 0 1 22|qmtest.traceback: 520|1400 1 0 1 23|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 460, in Run 520|1400 1 0 1 24|qmtest.traceback: keep_output=3Dkeep_output) 520|1400 1 0 1 25|qmtest.traceback: 520|1400 1 0 1 26|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line 153, in _RunDGTest 520|1400 1 0 1 27|qmtest.traceback: self._RunDGExecutePortion(file, = context, result) 520|1400 1 0 1 28|qmtest.traceback: 520|1400 1 0 1 29|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 539, in _RunDGExecutePortion 520|1400 1 0 1 30|qmtest.traceback: context, result) 520|1400 1 0 1 31|qmtest.traceback: 520|1400 1 0 1 32|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line 248, in _RunDGExecutePortion 520|1400 1 0 1 33|qmtest.traceback: outcome =3D = self._RunTargetExecutable(context, result, file) 520|1400 1 0 1 34|qmtest.traceback: 520|1400 1 0 1 35|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 491, in _RunTargetExecutable 520|1400 1 0 1 36|qmtest.traceback: return = sup._RunTargetExecutable(context, result, file, dir) 520|1400 1 0 1 37|qmtest.traceback: 520|1400 1 0 1 38|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_test= .py", line 167, in _RunTargetExecutable 520|1400 1 0 1 39|qmtest.traceback: status =3D = executable.Run(command, environment, dir) 520|1400 1 0 1 40|qmtest.traceback: 520|1400 1 0 1 41|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 548, in Run 520|1400 1 0 1 42|qmtest.traceback: path) 520|1400 1 0 1 43|qmtest.traceback: 520|1400 1 0 1 44|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 268, in Run 520|1400 1 0 1 45|qmtest.traceback: status =3D os.waitpid(child, = 0)[1] 520|1400 1 0 1 46|qmtest.traceback: 520|1400 1 0 1 47|qmtest.traceback: 220|1400 1 7 18:37:13|UNREPORTED 80|1400 0 18:37:13|TC End =09 =09 10|1401 /thread/pthread2.cc 18:37:13|TC Start 200|1401 1 18:37:13|TP Start 520|1401 1 0 1 1|QMTest ERROR in test thread/pthread2.cc 520|1401 1 0 1 2|DejaGNUTest.command_1: 520|1401 1 0 1 3|DejaGNUTest.command_1: = /opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread2.exe 520|1401 1 0 1 4|DejaGNUTest.command_1: 520|1401 1 0 1 5|DejaGNUTest.command_1: 520|1401 1 0 1 6|qmtest.cause: An exception occurred. 520|1401 1 0 1 7|qmtest.end_time: 2005-12-14T02:37:16Z 520|1401 1 0 1 8|qmtest.exception: exceptions.OSError: [Errno 10] No = child processes 520|1401 1 0 1 9|qmtest.start_time: 2005-12-14T02:37:13Z 520|1401 1 0 1 10|qmtest.target: local 520|1401 1 0 1 11|qmtest.traceback: 520|1401 1 0 1 12|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line = 224, in RunTest 520|1401 1 0 1 13|qmtest.traceback: descriptor.Run(context, result) 520|1401 1 0 1 14|qmtest.traceback: 520|1401 1 0 1 15|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line = 246, in Run 520|1401 1 0 1 16|qmtest.traceback: self._Execute(context, result, = "Run") 520|1401 1 0 1 17|qmtest.traceback: 520|1401 1 0 1 18|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line = 168, in _Execute 520|1401 1 0 1 19|qmtest.traceback: eval("item.%s(context, result)" = % method) 520|1401 1 0 1 20|qmtest.traceback: 520|1401 1 0 1 21|qmtest.traceback: File "<string>", line 0, in ? 520|1401 1 0 1 22|qmtest.traceback: 520|1401 1 0 1 23|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 460, in Run 520|1401 1 0 1 24|qmtest.traceback: keep_output=3Dkeep_output) 520|1401 1 0 1 25|qmtest.traceback: 520|1401 1 0 1 26|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line 153, in _RunDGTest 520|1401 1 0 1 27|qmtest.traceback: self._RunDGExecutePortion(file, = context, result) 520|1401 1 0 1 28|qmtest.traceback: 520|1401 1 0 1 29|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 539, in _RunDGExecutePortion 520|1401 1 0 1 30|qmtest.traceback: context, result) 520|1401 1 0 1 31|qmtest.traceback: 520|1401 1 0 1 32|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line 248, in _RunDGExecutePortion 520|1401 1 0 1 33|qmtest.traceback: outcome =3D = self._RunTargetExecutable(context, result, file) 520|1401 1 0 1 34|qmtest.traceback: 520|1401 1 0 1 35|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 491, in _RunTargetExecutable 520|1401 1 0 1 36|qmtest.traceback: return = sup._RunTargetExecutable(context, result, file, dir) 520|1401 1 0 1 37|qmtest.traceback: 520|1401 1 0 1 38|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_test= .py", line 167, in _RunTargetExecutable 520|1401 1 0 1 39|qmtest.traceback: status =3D = executable.Run(command, environment, dir) 520|1401 1 0 1 40|qmtest.traceback: 520|1401 1 0 1 41|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 548, in Run 520|1401 1 0 1 42|qmtest.traceback: path) 520|1401 1 0 1 43|qmtest.traceback: 520|1401 1 0 1 44|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 268, in Run 520|1401 1 0 1 45|qmtest.traceback: status =3D os.waitpid(child, = 0)[1] 520|1401 1 0 1 46|qmtest.traceback: 520|1401 1 0 1 47|qmtest.traceback: 220|1401 1 7 18:37:16|UNREPORTED 80|1401 0 18:37:16|TC End =09 =09 10|1402 /thread/pthread3.cc 18:37:16|TC Start 200|1402 1 18:37:16|TP Start 520|1402 1 0 1 1|QMTest ERROR in test thread/pthread3.cc 520|1402 1 0 1 2|DejaGNUTest.command_1: 520|1402 1 0 1 3|DejaGNUTest.command_1: = /opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread3.exe 520|1402 1 0 1 4|DejaGNUTest.command_1: 520|1402 1 0 1 5|DejaGNUTest.command_1: 520|1402 1 0 1 6|qmtest.cause: An exception occurred. 520|1402 1 0 1 7|qmtest.end_time: 2005-12-14T02:37:17Z 520|1402 1 0 1 8|qmtest.exception: exceptions.OSError: [Errno 10] No = child processes 520|1402 1 0 1 9|qmtest.start_time: 2005-12-14T02:37:16Z 520|1402 1 0 1 10|qmtest.target: local 520|1402 1 0 1 11|qmtest.traceback: 520|1402 1 0 1 12|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line = 224, in RunTest 520|1402 1 0 1 13|qmtest.traceback: descriptor.Run(context, result) 520|1402 1 0 1 14|qmtest.traceback: 520|1402 1 0 1 15|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line = 246, in Run 520|1402 1 0 1 16|qmtest.traceback: self._Execute(context, result, = "Run") 520|1402 1 0 1 17|qmtest.traceback: 520|1402 1 0 1 18|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line = 168, in _Execute 520|1402 1 0 1 19|qmtest.traceback: eval("item.%s(context, result)" = % method) 520|1402 1 0 1 20|qmtest.traceback: 520|1402 1 0 1 21|qmtest.traceback: File "<string>", line 0, in ? 520|1402 1 0 1 22|qmtest.traceback: 520|1402 1 0 1 23|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 460, in Run 520|1402 1 0 1 24|qmtest.traceback: keep_output=3Dkeep_output) 520|1402 1 0 1 25|qmtest.traceback: 520|1402 1 0 1 26|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line 153, in _RunDGTest 520|1402 1 0 1 27|qmtest.traceback: self._RunDGExecutePortion(file, = context, result) 520|1402 1 0 1 28|qmtest.traceback: 520|1402 1 0 1 29|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 539, in _RunDGExecutePortion 520|1402 1 0 1 30|qmtest.traceback: context, result) 520|1402 1 0 1 31|qmtest.traceback: 520|1402 1 0 1 32|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line 248, in _RunDGExecutePortion 520|1402 1 0 1 33|qmtest.traceback: outcome =3D = self._RunTargetExecutable(context, result, file) 520|1402 1 0 1 34|qmtest.traceback: 520|1402 1 0 1 35|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 491, in _RunTargetExecutable 520|1402 1 0 1 36|qmtest.traceback: return = sup._RunTargetExecutable(context, result, file, dir) 520|1402 1 0 1 37|qmtest.traceback: 520|1402 1 0 1 38|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_test= .py", line 167, in _RunTargetExecutable 520|1402 1 0 1 39|qmtest.traceback: status =3D = executable.Run(command, environment, dir) 520|1402 1 0 1 40|qmtest.traceback: 520|1402 1 0 1 41|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 548, in Run 520|1402 1 0 1 42|qmtest.traceback: path) 520|1402 1 0 1 43|qmtest.traceback: 520|1402 1 0 1 44|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 268, in Run 520|1402 1 0 1 45|qmtest.traceback: status =3D os.waitpid(child, = 0)[1] 520|1402 1 0 1 46|qmtest.traceback: 520|1402 1 0 1 47|qmtest.traceback: 220|1402 1 7 18:37:17|UNREPORTED 80|1402 0 18:37:17|TC End =09 =09 10|1403 /thread/pthread4.cc 18:37:18|TC Start 200|1403 1 18:37:18|TP Start 520|1403 1 0 1 1|QMTest ERROR in test thread/pthread4.cc 520|1403 1 0 1 2|DejaGNUTest.command_1: 520|1403 1 0 1 3|DejaGNUTest.command_1: = /opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread4.exe 520|1403 1 0 1 4|DejaGNUTest.command_1: 520|1403 1 0 1 5|DejaGNUTest.command_1: 520|1403 1 0 1 6|qmtest.cause: An exception occurred. 520|1403 1 0 1 7|qmtest.end_time: 2005-12-14T02:37:18Z 520|1403 1 0 1 8|qmtest.exception: exceptions.OSError: [Errno 10] No = child processes 520|1403 1 0 1 9|qmtest.start_time: 2005-12-14T02:37:18Z 520|1403 1 0 1 10|qmtest.target: local 520|1403 1 0 1 11|qmtest.traceback: 520|1403 1 0 1 12|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line = 224, in RunTest 520|1403 1 0 1 13|qmtest.traceback: descriptor.Run(context, result) 520|1403 1 0 1 14|qmtest.traceback: 520|1403 1 0 1 15|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line = 246, in Run 520|1403 1 0 1 16|qmtest.traceback: self._Execute(context, result, = "Run") 520|1403 1 0 1 17|qmtest.traceback: 520|1403 1 0 1 18|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line = 168, in _Execute 520|1403 1 0 1 19|qmtest.traceback: eval("item.%s(context, result)" = % method) 520|1403 1 0 1 20|qmtest.traceback: 520|1403 1 0 1 21|qmtest.traceback: File "<string>", line 0, in ? 520|1403 1 0 1 22|qmtest.traceback: 520|1403 1 0 1 23|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 460, in Run 520|1403 1 0 1 24|qmtest.traceback: keep_output=3Dkeep_output) 520|1403 1 0 1 25|qmtest.traceback: 520|1403 1 0 1 26|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line 153, in _RunDGTest 520|1403 1 0 1 27|qmtest.traceback: self._RunDGExecutePortion(file, = context, result) 520|1403 1 0 1 28|qmtest.traceback: 520|1403 1 0 1 29|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 539, in _RunDGExecutePortion 520|1403 1 0 1 30|qmtest.traceback: context, result) 520|1403 1 0 1 31|qmtest.traceback: 520|1403 1 0 1 32|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line 248, in _RunDGExecutePortion 520|1403 1 0 1 33|qmtest.traceback: outcome =3D = self._RunTargetExecutable(context, result, file) 520|1403 1 0 1 34|qmtest.traceback: 520|1403 1 0 1 35|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 491, in _RunTargetExecutable 520|1403 1 0 1 36|qmtest.traceback: return = sup._RunTargetExecutable(context, result, file, dir) 520|1403 1 0 1 37|qmtest.traceback: 520|1403 1 0 1 38|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_test= .py", line 167, in _RunTargetExecutable 520|1403 1 0 1 39|qmtest.traceback: status =3D = executable.Run(command, environment, dir) 520|1403 1 0 1 40|qmtest.traceback: 520|1403 1 0 1 41|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 548, in Run 520|1403 1 0 1 42|qmtest.traceback: path) 520|1403 1 0 1 43|qmtest.traceback: 520|1403 1 0 1 44|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 268, in Run 520|1403 1 0 1 45|qmtest.traceback: status =3D os.waitpid(child, = 0)[1] 520|1403 1 0 1 46|qmtest.traceback: 520|1403 1 0 1 47|qmtest.traceback: 220|1403 1 7 18:37:18|UNREPORTED 80|1403 0 18:37:18|TC End =09 =09 10|1404 /thread/pthread5.cc 18:37:18|TC Start 200|1404 1 18:37:18|TP Start 520|1404 1 0 1 1|QMTest ERROR in test thread/pthread5.cc 520|1404 1 0 1 2|DejaGNUTest.command_1: 520|1404 1 0 1 3|DejaGNUTest.command_1: = /opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread5.exe 520|1404 1 0 1 4|DejaGNUTest.command_1: 520|1404 1 0 1 5|DejaGNUTest.command_1: 520|1404 1 0 1 6|qmtest.cause: An exception occurred. 520|1404 1 0 1 7|qmtest.end_time: 2005-12-14T02:37:19Z 520|1404 1 0 1 8|qmtest.exception: exceptions.OSError: [Errno 10] No = child processes 520|1404 1 0 1 9|qmtest.start_time: 2005-12-14T02:37:18Z 520|1404 1 0 1 10|qmtest.target: local 520|1404 1 0 1 11|qmtest.traceback: 520|1404 1 0 1 12|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line = 224, in RunTest 520|1404 1 0 1 13|qmtest.traceback: descriptor.Run(context, result) 520|1404 1 0 1 14|qmtest.traceback: 520|1404 1 0 1 15|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line = 246, in Run 520|1404 1 0 1 16|qmtest.traceback: self._Execute(context, result, = "Run") 520|1404 1 0 1 17|qmtest.traceback: 520|1404 1 0 1 18|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line = 168, in _Execute 520|1404 1 0 1 19|qmtest.traceback: eval("item.%s(context, result)" = % method) 520|1404 1 0 1 20|qmtest.traceback: 520|1404 1 0 1 21|qmtest.traceback: File "<string>", line 0, in ? 520|1404 1 0 1 22|qmtest.traceback: 520|1404 1 0 1 23|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 460, in Run 520|1404 1 0 1 24|qmtest.traceback: keep_output=3Dkeep_output) 520|1404 1 0 1 25|qmtest.traceback: 520|1404 1 0 1 26|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line 153, in _RunDGTest 520|1404 1 0 1 27|qmtest.traceback: self._RunDGExecutePortion(file, = context, result) 520|1404 1 0 1 28|qmtest.traceback: 520|1404 1 0 1 29|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 539, in _RunDGExecutePortion 520|1404 1 0 1 30|qmtest.traceback: context, result) 520|1404 1 0 1 31|qmtest.traceback: 520|1404 1 0 1 32|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line 248, in _RunDGExecutePortion 520|1404 1 0 1 33|qmtest.traceback: outcome =3D = self._RunTargetExecutable(context, result, file) 520|1404 1 0 1 34|qmtest.traceback: 520|1404 1 0 1 35|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 491, in _RunTargetExecutable 520|1404 1 0 1 36|qmtest.traceback: return = sup._RunTargetExecutable(context, result, file, dir) 520|1404 1 0 1 37|qmtest.traceback: 520|1404 1 0 1 38|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_test= .py", line 167, in _RunTargetExecutable 520|1404 1 0 1 39|qmtest.traceback: status =3D = executable.Run(command, environment, dir) 520|1404 1 0 1 40|qmtest.traceback: 520|1404 1 0 1 41|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 548, in Run 520|1404 1 0 1 42|qmtest.traceback: path) 520|1404 1 0 1 43|qmtest.traceback: 520|1404 1 0 1 44|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 268, in Run 520|1404 1 0 1 45|qmtest.traceback: status =3D os.waitpid(child, = 0)[1] 520|1404 1 0 1 46|qmtest.traceback: 520|1404 1 0 1 47|qmtest.traceback: 220|1404 1 7 18:37:19|UNREPORTED 80|1404 0 18:37:19|TC End =09 =09 10|1405 /thread/pthread6.cc 18:37:19|TC Start 200|1405 1 18:37:19|TP Start 520|1405 1 0 1 1|QMTest ERROR in test thread/pthread6.cc 520|1405 1 0 1 2|DejaGNUTest.command_1: 520|1405 1 0 1 3|DejaGNUTest.command_1: = /opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread6.exe 520|1405 1 0 1 4|DejaGNUTest.command_1: 520|1405 1 0 1 5|DejaGNUTest.command_1: 520|1405 1 0 1 6|qmtest.cause: An exception occurred. 520|1405 1 0 1 7|qmtest.end_time: 2005-12-14T02:37:20Z 520|1405 1 0 1 8|qmtest.exception: exceptions.OSError: [Errno 10] No = child processes 520|1405 1 0 1 9|qmtest.start_time: 2005-12-14T02:37:19Z 520|1405 1 0 1 10|qmtest.target: local 520|1405 1 0 1 11|qmtest.traceback: 520|1405 1 0 1 12|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line = 224, in RunTest 520|1405 1 0 1 13|qmtest.traceback: descriptor.Run(context, result) 520|1405 1 0 1 14|qmtest.traceback: 520|1405 1 0 1 15|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line = 246, in Run 520|1405 1 0 1 16|qmtest.traceback: self._Execute(context, result, = "Run") 520|1405 1 0 1 17|qmtest.traceback: 520|1405 1 0 1 18|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line = 168, in _Execute 520|1405 1 0 1 19|qmtest.traceback: eval("item.%s(context, result)" = % method) 520|1405 1 0 1 20|qmtest.traceback: 520|1405 1 0 1 21|qmtest.traceback: File "<string>", line 0, in ? 520|1405 1 0 1 22|qmtest.traceback: 520|1405 1 0 1 23|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 460, in Run 520|1405 1 0 1 24|qmtest.traceback: keep_output=3Dkeep_output) 520|1405 1 0 1 25|qmtest.traceback: 520|1405 1 0 1 26|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line 153, in _RunDGTest 520|1405 1 0 1 27|qmtest.traceback: self._RunDGExecutePortion(file, = context, result) 520|1405 1 0 1 28|qmtest.traceback: 520|1405 1 0 1 29|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 539, in _RunDGExecutePortion 520|1405 1 0 1 30|qmtest.traceback: context, result) 520|1405 1 0 1 31|qmtest.traceback: 520|1405 1 0 1 32|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line 248, in _RunDGExecutePortion 520|1405 1 0 1 33|qmtest.traceback: outcome =3D = self._RunTargetExecutable(context, result, file) 520|1405 1 0 1 34|qmtest.traceback: 520|1405 1 0 1 35|qmtest.traceback: File = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py", line 491, in _RunTargetExecutable 520|1405 1 0 1 36|qmtest.traceback: return = sup._RunTargetExecutable(context, result, file, dir) 520|1405 1 0 1 37|qmtest.traceback: 520|1405 1 0 1 38|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_test= .py", line 167, in _RunTargetExecutable 520|1405 1 0 1 39|qmtest.traceback: status =3D = executable.Run(command, environment, dir) 520|1405 1 0 1 40|qmtest.traceback: 520|1405 1 0 1 41|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 548, in Run 520|1405 1 0 1 42|qmtest.traceback: path) 520|1405 1 0 1 43|qmtest.traceback: 520|1405 1 0 1 44|qmtest.traceback: File = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 268, in Run 520|1405 1 0 1 45|qmtest.traceback: status =3D os.waitpid(child, = 0)[1] 520|1405 1 0 1 46|qmtest.traceback: 520|1405 1 0 1 47|qmtest.traceback: 220|1405 1 7 18:37:20|UNREPORTED 80|1405 0 18:37:20|TC End =09 =09 =09 ------_=_NextPart_001_01C612A1.D86BC004 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; charset=3Dgb2312"> <META content=3D"MSHTML 6.00.2900.2769" name=3DGENERATOR></HEAD> <BODY> <DIV dir=3Dltr align=3Dleft><FONT face=3D=CB=CE=CC=E5 color=3D#0000ff = size=3D2><SPAN=20 class=3D934571009-06012006>Would anyone like to take a look at these=20 problems?</SPAN></FONT></DIV> <DIV><FONT face=3D=CB=CE=CC=E5 color=3D#0000ff = size=3D2></FONT> </DIV> <DIV><SPAN class=3D934571009-06012006><FONT face=3D=CB=CE=CC=E5 = color=3D#0000ff=20 size=3D2>Regards</FONT></SPAN></DIV> <DIV><SPAN class=3D934571009-06012006><FONT face=3D=CB=CE=CC=E5 = color=3D#0000ff=20 size=3D2>Yong</FONT></SPAN></DIV><BR> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft> <HR tabIndex=3D-1> <FONT face=3DTahoma size=3D2><B>From:</B> Wichmann, Mats D = <BR><B>Sent:</B>=20 2005=C4=EA12=D4=C231=C8=D5 11:01<BR><B>To:</B> qiang.wang;=20 [email protected]<BR><B>Cc:</B> Wang, Yong Y<BR><B>Subject:</B> = RE:=20 [Lsb-test] lsb 3.0 pthread test UNREPORTED failures<BR></FONT><BR></DIV> <DIV></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D227565702-31122005><FONT = face=3DArial=20 color=3D#0000ff size=3D2>Turns out a lot of the people who might know = more about=20 this (I guess that includes me) </FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D227565702-31122005><FONT = face=3DArial=20 color=3D#0000ff size=3D2>are on holiday until January. If you = don't start=20 getting some comments from us on this list</FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D227565702-31122005><FONT = face=3DArial=20 color=3D#0000ff size=3D2>next week, please do remind us = again.</FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D227565702-31122005><FONT = face=3DArial=20 color=3D#0000ff size=3D2></FONT></SPAN> </DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D227565702-31122005><FONT = face=3DArial=20 color=3D#0000ff size=3D2>Regards,</FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D227565702-31122005><FONT = face=3DArial=20 color=3D#0000ff size=3D2></FONT></SPAN> </DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D227565702-31122005><FONT = face=3DArial=20 color=3D#0000ff size=3D2>Mats</FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D227565702-31122005><FONT = face=3DArial=20 color=3D#0000ff size=3D2></FONT></SPAN> </DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D227565702-31122005><FONT = face=3DArial=20 color=3D#0000ff size=3D2></FONT></SPAN> </DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D227565702-31122005><FONT = face=3DArial=20 color=3D#0000ff size=3D2></FONT></SPAN> </DIV><BR> <BLOCKQUOTE=20 style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px = solid; MARGIN-RIGHT: 0px"> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft> <HR tabIndex=3D-1> <FONT face=3DTahoma size=3D2><B>From:</B> = [email protected]=20 [mailto:[email protected]] <B>On Behalf Of=20 </B>qiang.wang<BR><B>Sent:</B> Friday, December 30, 2005 7:51 = PM<BR><B>To:</B>=20 [email protected]<BR><B>Cc:</B> Wang, Yong = Y<BR><B>Subject:</B>=20 [Lsb-test] lsb 3.0 pthread test UNREPORTED = failures<BR></FONT><BR></DIV> <DIV></DIV>Hi,<BR>I've posted a mail on this topic before.<BR>>From = the=20 opengroup.org, i found some explanations on T.pthread_create and=20 T.pthread_join, they said it's the test suite's own=20 deficiency.<BR>> <A=20 = href=3D"http://www.opengroup.org:8000/lsb/publicpr/PRView?PR=3D0082">http= ://www.opengroup.org:8000/lsb/publicpr/PRView?PR=3D0082</A><BR>> = =20 <A=20 = href=3D"http://www.opengroup.org:8000/lsb/publicpr/PRView?PR=3D0084">http= ://www.opengroup.org:8000/lsb/publicpr/PRView?PR=3D0084</A><BR>>=20 I took a look at the test code of T.pthread_attr_setdetachstate, i = think=20 there's the same problem.Besides, I think the qmtest have the same = problem=20 too.<BR>> Could someone review it please.<BR><BR>> The test = suites i use=20 is:<BR>> lsb-runtime-test-3.0.0-4.i486.rpm<BR>>=20 qmtest_libstdcpp-3.4.3-3.lsb3.i486.rpm<BR><BR>I wrote a test case, it = will=20 give the same result most cases, but sometimes it works fine, just = like the=20 runtime and qmtest!!<BR>anyone have the same = problems?<BR><BR><BR><BR>The lsb=20 3.0 runtime test gives the following report=20 :<BR><BR>/tset/PTHR.os/thread/pthread_create/T.pthread_create 4 = UNRESOLVED=20 (WAIVED)<BR>/tset/PTHR.os/thread/pthread_create/T.pthread_create 11=20 UNRESOLVED<BR>/tset/PTHR.os/thread/pthread_join/T.pthread_join 4 = UNRESOLVED=20 = (WAIVED)<BR>/tset/PTHR.os/threadattr/pthread_attr_setdetachstate/T.pthrea= d_attr_setdetachstate=20 3 UNRESOLVED<BR><BR><BR><BR>I post the journal corresponds to = this part=20 here:<BR><BR>400|1013 4 1 20:11:47|IC Start<BR>200|1013 4 20:11:47|TP=20 Start<BR>520|1013 4 00006007 1 1|A call to pthread_create(thread, = attr,=20 start_routine, arg)<BR>520|1013 4 00006007 1 2|creates a new thread = with the=20 attributes specified by attr<BR>520|1013 4 00006007 1 3|within the = process=20 containing the calling thread, stores<BR>520|1013 4 00006007 1 4|the = thread=20 identifier of the newly created thread in the<BR>520|1013 4 00006007 1 = 5|location referenced by thread, causes the newly created<BR>520|1013 = 4=20 00006007 1 6|thread to execute the routine referenced by=20 start_routine<BR>520|1013 4 00006007 1 7|with arg as its sole = argument, and=20 returns 0 if successful.<BR>520|1013 4 00006007 1 8|Posix Ref: = Component=20 PTHREAD_CREATE<BR>520|1013 4 00006007 1 9|Assertion 9945-1:1996=20 16.2.2.2-4(A)<BR>520|1013 4 00006007 10 1|waitpid() failed - errno 10=20 (ECHILD)<BR>520|1013 4 00006007 11 1|tet_fork, expected 0, got = -1<BR>220|1013=20 4 2 20:11:47|UNRESOLVED<BR>410|1013 4 1 20:11:47|IC = End<BR><BR><BR>400|1013 11=20 1 20:11:47|IC Start<BR>200|1013 11 20:11:47|TP Start<BR>520|1013 11 = 00006007 1=20 1|When the detachstate attribute of the thread attribute = object<BR>520|1013 11=20 00006007 1 2|referenced by attr is set to = PTHREAD_CREATE_DETACHED,<BR>520|1013=20 11 00006007 1 3|then a call to pthread_create(thread, attr, = start_routine,=20 arg)<BR>520|1013 11 00006007 1 4|shall cause the new thread to be = created in=20 the detached state.<BR>520|1013 11 00006007 1 5|Posix Ref: Component=20 PTHREAD_CREATE<BR>520|1013 11 00006007 1 6|Assertion 9945-1:1996=20 16.2.1.2-11(A)<BR>520|1013 11 00006007 4 1|waitpid() failed - errno 10 = (ECHILD)<BR>520|1013 11 00006007 5 1|tet_fork, expected 0, got = -1<BR>220|1013=20 11 2 20:11:47|UNRESOLVED<BR>410|1013 11 1 20:11:47|IC = End<BR><BR><BR>400|1017=20 4 1 20:12:07|IC Start<BR>200|1017 4 20:12:07|TP Start<BR>520|1017 4 = 00006213 1=20 1|When the value specified by thread does not refer to a = thread<BR>520|1017 4=20 00006213 1 2|that can be joined,<BR>520|1017 4 00006213 1 3|then a = call to=20 pthread_join(thread, value_ptr) shall fail<BR>520|1017 4 00006213 1 = 4|and=20 return EINVAL.<BR>520|1017 4 00006213 1 5|Posix Ref: Component=20 PTHREAD_JOIN<BR>520|1017 4 00006213 1 6|Assertion 9945-1:1996=20 16.2.3.4-4(A)<BR>520|1017 4 00006213 3 1|waitpid() failed - errno 10=20 (ECHILD)<BR>520|1017 4 00006213 8 1|tet_fork, expected 0, got = -1<BR>220|1017 4=20 2 20:12:07|UNRESOLVED<BR>410|1017 4 1 20:12:07|IC = End<BR><BR><BR>400|1036 3 1=20 20:12:27|IC Start<BR>200|1036 3 20:12:27|TP Start<BR>520|1036 3 = 00006592 1=20 1|When detachstate has the value PTHREAD_CREATE_DETACHED,<BR>520|1036 = 3=20 00006592 1 2|then a call to<BR>520|1036 3 00006592 1=20 3|pthread_attr_setdetachstate(attr, detachstate)<BR>520|1036 3 = 00006592 1=20 4|shall cause all new threads created with the attributes<BR>520|1036 = 3=20 00006592 1 5|object attr to be in the detached state.<BR>520|1036 3 = 00006592 1=20 6|Posix Ref: Component PTHREAD_ATTR_SETDETACHSTATE<BR>520|1036 3 = 00006592 1=20 7|Assertion 9945-1:1996 16.2.1.2-3(A)<BR>520|1036 3 00006592 3 = 1|waitpid()=20 failed - errno 10 (ECHILD)<BR>520|1036 3 00006592 7 1|tet_fork, = expected 0,=20 got -1<BR>220|1036 3 2 20:12:27|UNRESOLVED<BR>410|1036 3 1 20:12:27|IC = End<BR><BR><BR>The qmtest = reported:<BR>/22_locale/locale/cons/12658_thread.cc=20 1 UNREPORTED<BR>/24_iterators/istreambuf_iterator/2.cc 1=20 FAIL<BR>/demangle/abi_examples/01.cc 1 = FAIL<BR>/demangle/abi_examples/02.cc 1=20 FAIL<BR>/thread/pthread1.cc 1 UNREPORTED<BR>/thread/pthread2.cc 1=20 UNREPORTED<BR>/thread/pthread3.cc 1 UNREPORTED<BR>/thread/pthread4.cc = 1=20 UNREPORTED<BR>/thread/pthread5.cc 1 UNREPORTED<BR>/thread/pthread6.cc = 1=20 UNREPORTED<BR><BR><BR>The journal:<BR>10|314=20 /22_locale/locale/cons/12658_thread.cc 18:30:41|TC Start<BR>200|314 1=20 18:30:41|TP Start<BR>520|314 1 0 1 1|QMTest ERROR in test=20 22_locale/locale/cons/12658_thread.cc<BR>520|314 1 0 1=20 2|DejaGNUTest.command_1:<BR>520|314 1 0 1 3|DejaGNUTest.command_1:=20 = /opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_22_locale_locale_cons_12658_thr= ead.exe<BR>520|314=20 1 0 1 4|DejaGNUTest.command_1:<BR>520|314 1 0 1=20 5|DejaGNUTest.command_1:<BR>520|314 1 0 1 6|qmtest.cause: An exception = occurred.<BR>520|314 1 0 1 7|qmtest.end_time: = 2005-12-14T02:30:49Z<BR>520|314=20 1 0 1 8|qmtest.exception: exceptions.OSError: [Errno 10] No child=20 processes<BR>520|314 1 0 1 9|qmtest.start_time:=20 2005-12-14T02:30:41Z<BR>520|314 1 0 1 10|qmtest.target: = local<BR>520|314 1 0 1=20 11|qmtest.traceback:<BR>520|314 1 0 1 12|qmtest.traceback: = File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line = 224, in=20 RunTest<BR>520|314 1 0 1 13|qmtest.traceback: =20 descriptor.Run(context, result)<BR>520|314 1 0 1=20 14|qmtest.traceback:<BR>520|314 1 0 1 15|qmtest.traceback: = File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", = line 246,=20 in Run520|314 1 0 1 16|qmtest.traceback: =20 self._Execute(context, result, "Run")<BR>520|314 1 0 1=20 17|qmtest.traceback:<BR>520|314 1 0 1 18|qmtest.traceback: = File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", = line 168,=20 in _Execute<BR>520|314 1 0 1 = 19|qmtest.traceback: =20 eval("item.%s(context, result)" % method)<BR>520|314 1 0 1=20 20|qmtest.traceback:<BR>520|314 1 0 1 21|qmtest.traceback: = File=20 "<string>", line 0, in ?<BR>520|314 1 0 1=20 22|qmtest.traceback:<BR>520|314 1 0 1 23|qmtest.traceback: = File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 460, in Run<BR>520|314 1 0 1 = 24|qmtest.traceback: =20 keep_output=3Dkeep_output)<BR>520|314 1 0 1 = 25|qmtest.traceback:<BR>520|314 1 0=20 1 26|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line=20 153, in _RunDGTest<BR>520|314 1 0 1=20 27|qmtest.traceback: = self._RunDGExecutePortion(file,=20 context, result)<BR>520|314 1 0 1 28|qmtest.traceback:<BR>520|314 1 0 = 1=20 29|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 539, in _RunDGExecutePortion<BR>520|314 1 0 1=20 30|qmtest.traceback: context, = result)<BR>520|314 1 0 1=20 31|qmtest.traceback:<BR>520|314 1 0 1 32|qmtest.traceback: = File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line=20 248, in _RunDGExecutePortion<BR>520|314 1 0 1=20 33|qmtest.traceback: outcome =3D=20 self._RunTargetExecutable(context, result, file)<BR>520|314 1 0 1=20 34|qmtest.traceback:<BR>520|314 1 0 1 35|qmtest.traceback: = File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 491, in _RunTargetExecutable<BR>520|314 1 0 1=20 36|qmtest.traceback: return=20 sup._RunTargetExecutable(context, result, file, dir)<BR>520|314 1 0 1=20 37|qmtest.traceback:<BR>520|314 1 0 1 38|qmtest.traceback: = File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_test= .py",=20 line 167, in _RunTargetExecutable<BR>520|314 1 0 1=20 39|qmtest.traceback: status =3D = executable.Run(command,=20 environment, dir)<BR>520|314 1 0 1 40|qmtest.traceback:<BR>520|314 1 0 = 1=20 41|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 548, in=20 Run<BR>520|314 1 0 1 42|qmtest.traceback: =20 path)<BR>520|314 1 0 1 43|qmtest.traceback:<BR>520|314 1 0 1=20 44|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 268, in=20 Run<BR>520|314 1 0 1 45|qmtest.traceback: = status =3D=20 os.waitpid(child, 0)[1]<BR>520|314 1 0 1 = 46|qmtest.traceback:<BR>520|314 1 0 1=20 47|qmtest.traceback:<BR>220|314 1 7 18:30:49|UNREPORTED<BR>80|314 0=20 18:30:49|TC End<BR><BR><BR>10|1400 /thread/pthread1.cc 18:37:11|TC=20 Start<BR>200|1400 1 18:37:11|TP Start<BR>520|1400 1 0 1 1|QMTest ERROR = in test=20 thread/pthread1.cc<BR>520|1400 1 0 1 = 2|DejaGNUTest.command_1:<BR>520|1400 1 0=20 1 3|DejaGNUTest.command_1:=20 = /opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread1.exe<BR>520|1400= 1 0=20 1 4|DejaGNUTest.command_1:<BR>520|1400 1 0 1=20 5|DejaGNUTest.command_1:<BR>520|1400 1 0 1 6|qmtest.cause: An = exception=20 occurred.<BR>520|1400 1 0 1 7|qmtest.end_time:=20 2005-12-14T02:37:13Z<BR>520|1400 1 0 1 8|qmtest.exception: = exceptions.OSError:=20 [Errno 10] No child processes<BR>520|1400 1 0 1 9|qmtest.start_time:=20 2005-12-14T02:37:11Z<BR>520|1400 1 0 1 10|qmtest.target: = local<BR>520|1400 1 0=20 1 11|qmtest.traceback:<BR>520|1400 1 0 1 = 12|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line = 224, in=20 RunTest<BR>520|1400 1 0 1 13|qmtest.traceback: = descriptor.Run(context, result)<BR>520|1400 1 0 1=20 14|qmtest.traceback:<BR>520|1400 1 0 1 = 15|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", = line 246,=20 in Run<BR>520|1400 1 0 1 16|qmtest.traceback: =20 self._Execute(context, result, "Run")<BR>520|1400 1 0 1=20 17|qmtest.traceback:<BR>520|1400 1 0 1 = 18|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", = line 168,=20 in _Execute<BR>520|1400 1 0 1 = 19|qmtest.traceback: =20 eval("item.%s(context, result)" % method)<BR>520|1400 1 0 1=20 20|qmtest.traceback:<BR>520|1400 1 0 1 = 21|qmtest.traceback: File=20 "<string>", line 0, in ?<BR>520|1400 1 0 1=20 22|qmtest.traceback:<BR>520|1400 1 0 1 = 23|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 460, in Run<BR>520|1400 1 0 1=20 24|qmtest.traceback: =20 keep_output=3Dkeep_output)<BR>520|1400 1 0 1 = 25|qmtest.traceback:<BR>520|1400 1=20 0 1 26|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line=20 153, in _RunDGTest<BR>520|1400 1 0 1=20 27|qmtest.traceback: = self._RunDGExecutePortion(file,=20 context, result)<BR>520|1400 1 0 1 28|qmtest.traceback:<BR>520|1400 1 = 0 1=20 29|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 539, in _RunDGExecutePortion<BR>520|1400 1 0 1=20 30|qmtest.traceback: context, = result)<BR>520|1400 1 0=20 1 31|qmtest.traceback:<BR>520|1400 1 0 1 = 32|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line=20 248, in _RunDGExecutePortion<BR>520|1400 1 0 1=20 33|qmtest.traceback: outcome =3D=20 self._RunTargetExecutable(context, result, file)<BR>520|1400 1 0 1=20 34|qmtest.traceback:<BR>520|1400 1 0 1 = 35|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 491, in _RunTargetExecutable<BR>520|1400 1 0 1=20 36|qmtest.traceback: return=20 sup._RunTargetExecutable(context, result, file, dir)<BR>520|1400 1 0 1 = 37|qmtest.traceback:<BR>520|1400 1 0 1 = 38|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_test= .py",=20 line 167, in _RunTargetExecutable<BR>520|1400 1 0 1=20 39|qmtest.traceback: status =3D = executable.Run(command,=20 environment, dir)<BR>520|1400 1 0 1 40|qmtest.traceback:<BR>520|1400 1 = 0 1=20 41|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 548, in=20 Run<BR>520|1400 1 0 1 42|qmtest.traceback: =20 path)<BR>520|1400 1 0 1 43|qmtest.traceback:<BR>520|1400 1 0 1=20 44|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 268, in=20 Run<BR>520|1400 1 0 1 45|qmtest.traceback: = status =3D=20 os.waitpid(child, 0)[1]<BR>520|1400 1 0 1 = 46|qmtest.traceback:<BR>520|1400 1 0=20 1 47|qmtest.traceback:<BR>220|1400 1 7 18:37:13|UNREPORTED<BR>80|1400 = 0=20 18:37:13|TC End<BR><BR><BR>10|1401 /thread/pthread2.cc 18:37:13|TC=20 Start<BR>200|1401 1 18:37:13|TP Start<BR>520|1401 1 0 1 1|QMTest ERROR = in test=20 thread/pthread2.cc<BR>520|1401 1 0 1 = 2|DejaGNUTest.command_1:<BR>520|1401 1 0=20 1 3|DejaGNUTest.command_1:=20 = /opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread2.exe<BR>520|1401= 1 0=20 1 4|DejaGNUTest.command_1:<BR>520|1401 1 0 1=20 5|DejaGNUTest.command_1:<BR>520|1401 1 0 1 6|qmtest.cause: An = exception=20 occurred.<BR>520|1401 1 0 1 7|qmtest.end_time:=20 2005-12-14T02:37:16Z<BR>520|1401 1 0 1 8|qmtest.exception: = exceptions.OSError:=20 [Errno 10] No child processes<BR>520|1401 1 0 1 9|qmtest.start_time:=20 2005-12-14T02:37:13Z<BR>520|1401 1 0 1 10|qmtest.target: = local<BR>520|1401 1 0=20 1 11|qmtest.traceback:<BR>520|1401 1 0 1 = 12|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line = 224, in=20 RunTest<BR>520|1401 1 0 1 13|qmtest.traceback: = descriptor.Run(context, result)<BR>520|1401 1 0 1=20 14|qmtest.traceback:<BR>520|1401 1 0 1 = 15|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", = line 246,=20 in Run<BR>520|1401 1 0 1 16|qmtest.traceback: =20 self._Execute(context, result, "Run")<BR>520|1401 1 0 1=20 17|qmtest.traceback:<BR>520|1401 1 0 1 = 18|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", = line 168,=20 in _Execute<BR>520|1401 1 0 1 = 19|qmtest.traceback: =20 eval("item.%s(context, result)" % method)<BR>520|1401 1 0 1=20 20|qmtest.traceback:<BR>520|1401 1 0 1 = 21|qmtest.traceback: File=20 "<string>", line 0, in ?<BR>520|1401 1 0 1=20 22|qmtest.traceback:<BR>520|1401 1 0 1 = 23|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 460, in Run<BR>520|1401 1 0 1=20 24|qmtest.traceback: =20 keep_output=3Dkeep_output)<BR>520|1401 1 0 1 = 25|qmtest.traceback:<BR>520|1401 1=20 0 1 26|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line=20 153, in _RunDGTest<BR>520|1401 1 0 1=20 27|qmtest.traceback: = self._RunDGExecutePortion(file,=20 context, result)<BR>520|1401 1 0 1 28|qmtest.traceback:<BR>520|1401 1 = 0 1=20 29|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 539, in _RunDGExecutePortion<BR>520|1401 1 0 1=20 30|qmtest.traceback: context, = result)<BR>520|1401 1 0=20 1 31|qmtest.traceback:<BR>520|1401 1 0 1 = 32|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line=20 248, in _RunDGExecutePortion<BR>520|1401 1 0 1=20 33|qmtest.traceback: outcome =3D=20 self._RunTargetExecutable(context, result, file)<BR>520|1401 1 0 1=20 34|qmtest.traceback:<BR>520|1401 1 0 1 = 35|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 491, in _RunTargetExecutable<BR>520|1401 1 0 1=20 36|qmtest.traceback: return=20 sup._RunTargetExecutable(context, result, file, dir)<BR>520|1401 1 0 1 = 37|qmtest.traceback:<BR>520|1401 1 0 1 = 38|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_test= .py",=20 line 167, in _RunTargetExecutable<BR>520|1401 1 0 1=20 39|qmtest.traceback: status =3D = executable.Run(command,=20 environment, dir)<BR>520|1401 1 0 1 40|qmtest.traceback:<BR>520|1401 1 = 0 1=20 41|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 548, in=20 Run<BR>520|1401 1 0 1 42|qmtest.traceback: =20 path)<BR>520|1401 1 0 1 43|qmtest.traceback:<BR>520|1401 1 0 1=20 44|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 268, in=20 Run<BR>520|1401 1 0 1 45|qmtest.traceback: = status =3D=20 os.waitpid(child, 0)[1]<BR>520|1401 1 0 1 = 46|qmtest.traceback:<BR>520|1401 1 0=20 1 47|qmtest.traceback:<BR>220|1401 1 7 18:37:16|UNREPORTED<BR>80|1401 = 0=20 18:37:16|TC End<BR><BR><BR>10|1402 /thread/pthread3.cc 18:37:16|TC=20 Start<BR>200|1402 1 18:37:16|TP Start<BR>520|1402 1 0 1 1|QMTest ERROR = in test=20 thread/pthread3.cc<BR>520|1402 1 0 1 = 2|DejaGNUTest.command_1:<BR>520|1402 1 0=20 1 3|DejaGNUTest.command_1:=20 = /opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread3.exe<BR>520|1402= 1 0=20 1 4|DejaGNUTest.command_1:<BR>520|1402 1 0 1=20 5|DejaGNUTest.command_1:<BR>520|1402 1 0 1 6|qmtest.cause: An = exception=20 occurred.<BR>520|1402 1 0 1 7|qmtest.end_time:=20 2005-12-14T02:37:17Z<BR>520|1402 1 0 1 8|qmtest.exception: = exceptions.OSError:=20 [Errno 10] No child processes<BR>520|1402 1 0 1 9|qmtest.start_time:=20 2005-12-14T02:37:16Z<BR>520|1402 1 0 1 10|qmtest.target: = local<BR>520|1402 1 0=20 1 11|qmtest.traceback:<BR>520|1402 1 0 1 = 12|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line = 224, in=20 RunTest<BR>520|1402 1 0 1 13|qmtest.traceback: = descriptor.Run(context, result)<BR>520|1402 1 0 1=20 14|qmtest.traceback:<BR>520|1402 1 0 1 = 15|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", = line 246,=20 in Run<BR>520|1402 1 0 1 16|qmtest.traceback: =20 self._Execute(context, result, "Run")<BR>520|1402 1 0 1=20 17|qmtest.traceback:<BR>520|1402 1 0 1 = 18|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", = line 168,=20 in _Execute<BR>520|1402 1 0 1 = 19|qmtest.traceback: =20 eval("item.%s(context, result)" % method)<BR>520|1402 1 0 1=20 20|qmtest.traceback:<BR>520|1402 1 0 1 = 21|qmtest.traceback: File=20 "<string>", line 0, in ?<BR>520|1402 1 0 1=20 22|qmtest.traceback:<BR>520|1402 1 0 1 = 23|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 460, in Run<BR>520|1402 1 0 1=20 24|qmtest.traceback: =20 keep_output=3Dkeep_output)<BR>520|1402 1 0 1 = 25|qmtest.traceback:<BR>520|1402 1=20 0 1 26|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line=20 153, in _RunDGTest<BR>520|1402 1 0 1=20 27|qmtest.traceback: = self._RunDGExecutePortion(file,=20 context, result)<BR>520|1402 1 0 1 28|qmtest.traceback:<BR>520|1402 1 = 0 1=20 29|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 539, in _RunDGExecutePortion<BR>520|1402 1 0 1=20 30|qmtest.traceback: context, = result)<BR>520|1402 1 0=20 1 31|qmtest.traceback:<BR>520|1402 1 0 1 = 32|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line=20 248, in _RunDGExecutePortion<BR>520|1402 1 0 1=20 33|qmtest.traceback: outcome =3D=20 self._RunTargetExecutable(context, result, file)<BR>520|1402 1 0 1=20 34|qmtest.traceback:<BR>520|1402 1 0 1 = 35|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 491, in _RunTargetExecutable<BR>520|1402 1 0 1=20 36|qmtest.traceback: return=20 sup._RunTargetExecutable(context, result, file, dir)<BR>520|1402 1 0 1 = 37|qmtest.traceback:<BR>520|1402 1 0 1 = 38|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_test= .py",=20 line 167, in _RunTargetExecutable<BR>520|1402 1 0 1=20 39|qmtest.traceback: status =3D = executable.Run(command,=20 environment, dir)<BR>520|1402 1 0 1 40|qmtest.traceback:<BR>520|1402 1 = 0 1=20 41|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 548, in=20 Run<BR>520|1402 1 0 1 42|qmtest.traceback: =20 path)<BR>520|1402 1 0 1 43|qmtest.traceback:<BR>520|1402 1 0 1=20 44|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 268, in=20 Run<BR>520|1402 1 0 1 45|qmtest.traceback: = status =3D=20 os.waitpid(child, 0)[1]<BR>520|1402 1 0 1 = 46|qmtest.traceback:<BR>520|1402 1 0=20 1 47|qmtest.traceback:<BR>220|1402 1 7 18:37:17|UNREPORTED<BR>80|1402 = 0=20 18:37:17|TC End<BR><BR><BR>10|1403 /thread/pthread4.cc 18:37:18|TC=20 Start<BR>200|1403 1 18:37:18|TP Start<BR>520|1403 1 0 1 1|QMTest ERROR = in test=20 thread/pthread4.cc<BR>520|1403 1 0 1 = 2|DejaGNUTest.command_1:<BR>520|1403 1 0=20 1 3|DejaGNUTest.command_1:=20 = /opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread4.exe<BR>520|1403= 1 0=20 1 4|DejaGNUTest.command_1:<BR>520|1403 1 0 1=20 5|DejaGNUTest.command_1:<BR>520|1403 1 0 1 6|qmtest.cause: An = exception=20 occurred.<BR>520|1403 1 0 1 7|qmtest.end_time:=20 2005-12-14T02:37:18Z<BR>520|1403 1 0 1 8|qmtest.exception: = exceptions.OSError:=20 [Errno 10] No child processes<BR>520|1403 1 0 1 9|qmtest.start_time:=20 2005-12-14T02:37:18Z<BR>520|1403 1 0 1 10|qmtest.target: = local<BR>520|1403 1 0=20 1 11|qmtest.traceback:<BR>520|1403 1 0 1 = 12|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line = 224, in=20 RunTest<BR>520|1403 1 0 1 13|qmtest.traceback: = descriptor.Run(context, result)<BR>520|1403 1 0 1=20 14|qmtest.traceback:<BR>520|1403 1 0 1 = 15|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", = line 246,=20 in Run<BR>520|1403 1 0 1 16|qmtest.traceback: =20 self._Execute(context, result, "Run")<BR>520|1403 1 0 1=20 17|qmtest.traceback:<BR>520|1403 1 0 1 = 18|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", = line 168,=20 in _Execute<BR>520|1403 1 0 1 = 19|qmtest.traceback: =20 eval("item.%s(context, result)" % method)<BR>520|1403 1 0 1=20 20|qmtest.traceback:<BR>520|1403 1 0 1 = 21|qmtest.traceback: File=20 "<string>", line 0, in ?<BR>520|1403 1 0 1=20 22|qmtest.traceback:<BR>520|1403 1 0 1 = 23|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 460, in Run<BR>520|1403 1 0 1=20 24|qmtest.traceback: =20 keep_output=3Dkeep_output)<BR>520|1403 1 0 1 = 25|qmtest.traceback:<BR>520|1403 1=20 0 1 26|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line=20 153, in _RunDGTest<BR>520|1403 1 0 1=20 27|qmtest.traceback: = self._RunDGExecutePortion(file,=20 context, result)<BR>520|1403 1 0 1 28|qmtest.traceback:<BR>520|1403 1 = 0 1=20 29|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 539, in _RunDGExecutePortion<BR>520|1403 1 0 1=20 30|qmtest.traceback: context, = result)<BR>520|1403 1 0=20 1 31|qmtest.traceback:<BR>520|1403 1 0 1 = 32|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line=20 248, in _RunDGExecutePortion<BR>520|1403 1 0 1=20 33|qmtest.traceback: outcome =3D=20 self._RunTargetExecutable(context, result, file)<BR>520|1403 1 0 1=20 34|qmtest.traceback:<BR>520|1403 1 0 1 = 35|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 491, in _RunTargetExecutable<BR>520|1403 1 0 1=20 36|qmtest.traceback: return=20 sup._RunTargetExecutable(context, result, file, dir)<BR>520|1403 1 0 1 = 37|qmtest.traceback:<BR>520|1403 1 0 1 = 38|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_test= .py",=20 line 167, in _RunTargetExecutable<BR>520|1403 1 0 1=20 39|qmtest.traceback: status =3D = executable.Run(command,=20 environment, dir)<BR>520|1403 1 0 1 40|qmtest.traceback:<BR>520|1403 1 = 0 1=20 41|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 548, in=20 Run<BR>520|1403 1 0 1 42|qmtest.traceback: =20 path)<BR>520|1403 1 0 1 43|qmtest.traceback:<BR>520|1403 1 0 1=20 44|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 268, in=20 Run<BR>520|1403 1 0 1 45|qmtest.traceback: = status =3D=20 os.waitpid(child, 0)[1]<BR>520|1403 1 0 1 = 46|qmtest.traceback:<BR>520|1403 1 0=20 1 47|qmtest.traceback:<BR>220|1403 1 7 18:37:18|UNREPORTED<BR>80|1403 = 0=20 18:37:18|TC End<BR><BR><BR>10|1404 /thread/pthread5.cc 18:37:18|TC=20 Start<BR>200|1404 1 18:37:18|TP Start<BR>520|1404 1 0 1 1|QMTest ERROR = in test=20 thread/pthread5.cc<BR>520|1404 1 0 1 = 2|DejaGNUTest.command_1:<BR>520|1404 1 0=20 1 3|DejaGNUTest.command_1:=20 = /opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread5.exe<BR>520|1404= 1 0=20 1 4|DejaGNUTest.command_1:<BR>520|1404 1 0 1=20 5|DejaGNUTest.command_1:<BR>520|1404 1 0 1 6|qmtest.cause: An = exception=20 occurred.<BR>520|1404 1 0 1 7|qmtest.end_time:=20 2005-12-14T02:37:19Z<BR>520|1404 1 0 1 8|qmtest.exception: = exceptions.OSError:=20 [Errno 10] No child processes<BR>520|1404 1 0 1 9|qmtest.start_time:=20 2005-12-14T02:37:18Z<BR>520|1404 1 0 1 10|qmtest.target: = local<BR>520|1404 1 0=20 1 11|qmtest.traceback:<BR>520|1404 1 0 1 = 12|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line = 224, in=20 RunTest<BR>520|1404 1 0 1 13|qmtest.traceback: = descriptor.Run(context, result)<BR>520|1404 1 0 1=20 14|qmtest.traceback:<BR>520|1404 1 0 1 = 15|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", = line 246,=20 in Run<BR>520|1404 1 0 1 16|qmtest.traceback: =20 self._Execute(context, result, "Run")<BR>520|1404 1 0 1=20 17|qmtest.traceback:<BR>520|1404 1 0 1 = 18|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", = line 168,=20 in _Execute<BR>520|1404 1 0 1 = 19|qmtest.traceback: =20 eval("item.%s(context, result)" % method)<BR>520|1404 1 0 1=20 20|qmtest.traceback:<BR>520|1404 1 0 1 = 21|qmtest.traceback: File=20 "<string>", line 0, in ?<BR>520|1404 1 0 1=20 22|qmtest.traceback:<BR>520|1404 1 0 1 = 23|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 460, in Run<BR>520|1404 1 0 1=20 24|qmtest.traceback: =20 keep_output=3Dkeep_output)<BR>520|1404 1 0 1 = 25|qmtest.traceback:<BR>520|1404 1=20 0 1 26|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line=20 153, in _RunDGTest<BR>520|1404 1 0 1=20 27|qmtest.traceback: = self._RunDGExecutePortion(file,=20 context, result)<BR>520|1404 1 0 1 28|qmtest.traceback:<BR>520|1404 1 = 0 1=20 29|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 539, in _RunDGExecutePortion<BR>520|1404 1 0 1=20 30|qmtest.traceback: context, = result)<BR>520|1404 1 0=20 1 31|qmtest.traceback:<BR>520|1404 1 0 1 = 32|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line=20 248, in _RunDGExecutePortion<BR>520|1404 1 0 1=20 33|qmtest.traceback: outcome =3D=20 self._RunTargetExecutable(context, result, file)<BR>520|1404 1 0 1=20 34|qmtest.traceback:<BR>520|1404 1 0 1 = 35|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 491, in _RunTargetExecutable<BR>520|1404 1 0 1=20 36|qmtest.traceback: return=20 sup._RunTargetExecutable(context, result, file, dir)<BR>520|1404 1 0 1 = 37|qmtest.traceback:<BR>520|1404 1 0 1 = 38|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_test= .py",=20 line 167, in _RunTargetExecutable<BR>520|1404 1 0 1=20 39|qmtest.traceback: status =3D = executable.Run(command,=20 environment, dir)<BR>520|1404 1 0 1 40|qmtest.traceback:<BR>520|1404 1 = 0 1=20 41|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 548, in=20 Run<BR>520|1404 1 0 1 42|qmtest.traceback: =20 path)<BR>520|1404 1 0 1 43|qmtest.traceback:<BR>520|1404 1 0 1=20 44|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 268, in=20 Run<BR>520|1404 1 0 1 45|qmtest.traceback: = status =3D=20 os.waitpid(child, 0)[1]<BR>520|1404 1 0 1 = 46|qmtest.traceback:<BR>520|1404 1 0=20 1 47|qmtest.traceback:<BR>220|1404 1 7 18:37:19|UNREPORTED<BR>80|1404 = 0=20 18:37:19|TC End<BR><BR><BR>10|1405 /thread/pthread6.cc 18:37:19|TC=20 Start<BR>200|1405 1 18:37:19|TP Start<BR>520|1405 1 0 1 1|QMTest ERROR = in test=20 thread/pthread6.cc<BR>520|1405 1 0 1 = 2|DejaGNUTest.command_1:<BR>520|1405 1 0=20 1 3|DejaGNUTest.command_1:=20 = /opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread6.exe<BR>520|1405= 1 0=20 1 4|DejaGNUTest.command_1:<BR>520|1405 1 0 1=20 5|DejaGNUTest.command_1:<BR>520|1405 1 0 1 6|qmtest.cause: An = exception=20 occurred.<BR>520|1405 1 0 1 7|qmtest.end_time:=20 2005-12-14T02:37:20Z<BR>520|1405 1 0 1 8|qmtest.exception: = exceptions.OSError:=20 [Errno 10] No child processes<BR>520|1405 1 0 1 9|qmtest.start_time:=20 2005-12-14T02:37:19Z<BR>520|1405 1 0 1 10|qmtest.target: = local<BR>520|1405 1 0=20 1 11|qmtest.traceback:<BR>520|1405 1 0 1 = 12|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line = 224, in=20 RunTest<BR>520|1405 1 0 1 13|qmtest.traceback: = descriptor.Run(context, result)<BR>520|1405 1 0 1=20 14|qmtest.traceback:<BR>520|1405 1 0 1 = 15|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", = line 246,=20 in Run<BR>520|1405 1 0 1 16|qmtest.traceback: =20 self._Execute(context, result, "Run")<BR>520|1405 1 0 1=20 17|qmtest.traceback:<BR>520|1405 1 0 1 = 18|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", = line 168,=20 in _Execute<BR>520|1405 1 0 1 = 19|qmtest.traceback: =20 eval("item.%s(context, result)" % method)<BR>520|1405 1 0 1=20 20|qmtest.traceback:<BR>520|1405 1 0 1 = 21|qmtest.traceback: File=20 "<string>", line 0, in ?<BR>520|1405 1 0 1=20 22|qmtest.traceback:<BR>520|1405 1 0 1 = 23|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 460, in Run<BR>520|1405 1 0 1=20 24|qmtest.traceback: =20 keep_output=3Dkeep_output)<BR>520|1405 1 0 1 = 25|qmtest.traceback:<BR>520|1405 1=20 0 1 26|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line=20 153, in _RunDGTest<BR>520|1405 1 0 1=20 27|qmtest.traceback: = self._RunDGExecutePortion(file,=20 context, result)<BR>520|1405 1 0 1 28|qmtest.traceback:<BR>520|1405 1 = 0 1=20 29|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 539, in _RunDGExecutePortion<BR>520|1405 1 0 1=20 30|qmtest.traceback: context, = result)<BR>520|1405 1 0=20 1 31|qmtest.traceback:<BR>520|1405 1 0 1 = 32|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py",= line=20 248, in _RunDGExecutePortion<BR>520|1405 1 0 1=20 33|qmtest.traceback: outcome =3D=20 self._RunTargetExecutable(context, result, file)<BR>520|1405 1 0 1=20 34|qmtest.traceback:<BR>520|1405 1 0 1 = 35|qmtest.traceback: File=20 = "/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_test= .py",=20 line 491, in _RunTargetExecutable<BR>520|1405 1 0 1=20 36|qmtest.traceback: return=20 sup._RunTargetExecutable(context, result, file, dir)<BR>520|1405 1 0 1 = 37|qmtest.traceback:<BR>520|1405 1 0 1 = 38|qmtest.traceback: File=20 = "/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_test= .py",=20 line 167, in _RunTargetExecutable<BR>520|1405 1 0 1=20 39|qmtest.traceback: status =3D = executable.Run(command,=20 environment, dir)<BR>520|1405 1 0 1 40|qmtest.traceback:<BR>520|1405 1 = 0 1=20 41|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 548, in=20 Run<BR>520|1405 1 0 1 42|qmtest.traceback: =20 path)<BR>520|1405 1 0 1 43|qmtest.traceback:<BR>520|1405 1 0 1=20 44|qmtest.traceback: File=20 "/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line = 268, in=20 Run<BR>520|1405 1 0 1 45|qmtest.traceback: = status =3D=20 os.waitpid(child, 0)[1]<BR>520|1405 1 0 1 = 46|qmtest.traceback:<BR>520|1405 1 0=20 1 47|qmtest.traceback:<BR>220|1405 1 7 18:37:20|UNREPORTED<BR>80|1405 = 0=20 18:37:20|TC End<BR><BR><BR></BLOCKQUOTE></BODY></HTML> ------_=_NextPart_001_01C612A1.D86BC004-- --===============0700327382== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ lsb-test mailing list [email protected] http://mail.freestandards.org/mailman/listinfo/lsb-test --===============0700327382==--