[Bug 435] New: make check fails

For more information about this bug, visit
A new bug was added:
Summary: make check fails
Product: RTT
Version: rtt-trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Tests
AssignedTo: orocos-dev [..] ...
ReportedBy: ruben [dot] smits [..] ...

I have build rtt for lxrt but make check gives me the following errors:

1/ 7 Testing core-test
Test command: /src/rtt/build-lxrt/tests/core-test
....................

OK (20)
-- Process completed
Passed
2/ 7 Testing task-test
Test command: /src/rtt/build-lxrt/tests/task-test
0.202 [CRITICAL][Logger] The PThread thread seems to be blocked ( ret was
-1074352784 .)
overfail is:0, underfail is:1 success is: 0
0.211 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352384 .)
0.412 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074353808 .)
0.422 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352384 .)
1.432 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352384 .)
2.443 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352384 .)
2.463 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352384 .)
2.484 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352384 .)
3.494 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352384 .)
4.505 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352384 .)
5.527 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074354080 .)
6.127 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074354080 .)
6.727 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074354144 .)
6.735 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352400 .)
6.745 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352384 .)
7.756 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074354528 .)
7.766 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074354416 .)
7.786 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074354528 .)
7.796 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352400 .)
7.802 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352384 .)
8.822 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352400 .)
8.826 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352384 .)
8.847 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352400 .)
8.891 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352384 .)
8.911 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352400 .)
8.956 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352384 .)
10.978 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352400 .)
11.004 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352384 .)
16.016 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352416 .)
16.021 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352416 .)
16.029 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352416 .)
16.061 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352416 .)
.F..............

16.158 [CRITICAL][Logger] The TimerThreadInstance thread seems to be blocked (
ret was -1074352416 .)
tasks_test.cpp:258:Assertion
Test name: ActivitiesTest::testThreads
equality assertion failed
- Expected: 1
- Actual : 0
- Periodic Failure: period of step() to short!

Failures !!!
Run: 15 Failure total: 1 Failures: 1 Errors: 0
-- Process completed
***Failed

I also created an RTT-aplication with an empty ORO_main that gives me the
following error:

LXRT NOT INITIALISED IN THIS THREAD pid=30073,
BUT TRIES TO INVOKE LXRT FUNCTION >>rtos_mutex_init<< ANYWAY
LXRT NOT INITIALISED IN THIS THREAD pid=30073,
BUT TRIES TO INVOKE LXRT FUNCTION >>rtos_mutex_lock<< ANYWAY
Segmentation fault

Ruben

--
(this mail is best viewed with a fixed font)
Configure bugmail: https://www.fmtc.be/orocos-bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--
Orocos-Dev mailing list
Orocos-Dev [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm

Ruben Smits's picture

[Bug 435] make check fails

For more information about this bug, visit
A comment was added:
------- Comment #2 from ruben [dot] smits [..] ... 2007-07-30 13:51

(In reply to comment #1)
> (In reply to comment #0)
> > I have build rtt for lxrt but make check gives me the following errors:
> >
> > 1/ 7 Testing core-test
> > Test command: /src/rtt/build-lxrt/tests/core-test
> > ....................
> >
> > OK (20)
> > -- Process completed
> > Passed
> > 2/ 7 Testing task-test
> > Test command: /src/rtt/build-lxrt/tests/task-test
> > 0.202 [CRITICAL][Logger] The PThread thread seems to be blocked ( ret was
> > -1074352784 .)

[Bug 435] make check fails

For more information about this bug, visit
A comment was added:
------- Comment #1 from peter [dot] soetens [..] ... 2007-07-30 13:40

(In reply to comment #0)
> I have build rtt for lxrt but make check gives me the following errors: