[Bug 436] New: oro_main segfaults and gives lxrt warning

For more information about this bug, visit
A new bug was added:
Summary: oro_main segfaults and gives lxrt warning
Product: RTT
Version: rtt-trunk
Platform: All
OS/Version: RTAI/LXRT 3.x
Status: NEW
Severity: normal
Priority: P2
Component: Real-Time Toolkit (RTT)
AssignedTo: orocos-dev [..] ...
ReportedBy: ruben [dot] smits [..] ...

When running an empty ORO_main, empty because i wanted to be sure that there
was no other created object giving this error. Gives me the following error:
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 436] oro_main segfaults and gives lxrt warning

For more information about this bug, visit
A comment was added:
------- Comment #5 from ruben [dot] smits [..] ... 2007-07-31 10:03

(In reply to comment #4)
> (In reply to comment #3)
> > (In reply to comment #2)
> > > Created an attachment (id=144)
--> (https://www.fmtc.be/orocos-bugzilla/attachment.cgi?id=144&action=view) [details] [details] [details]
> > > Remove static Mutex object
> > >
> > > cd trunk/ocl
> > > patch -p0 < TcpReporting.patch
> > >
> >
> > This patch fixes the LXRT warning but not the segmentation fault.
> >
> > i have loaded the rtai-modules, so i have no idea why he is segfaulting.

[Bug 436] oro_main segfaults and gives lxrt warning

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

(In reply to comment #3)
> (In reply to comment #2)
> > Created an attachment (id=144)
--> (https://www.fmtc.be/orocos-bugzilla/attachment.cgi?id=144&action=view) [details] [details]
> > Remove static Mutex object
> >
> > cd trunk/ocl
> > patch -p0 < TcpReporting.patch
> >

Ruben Smits's picture

[Bug 436] oro_main segfaults and gives lxrt warning

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

(In reply to comment #2)
> Created an attachment (id=144)
--> (https://www.fmtc.be/orocos-bugzilla/attachment.cgi?id=144&action=view) [details]
> Remove static Mutex object

[Bug 436] oro_main segfaults and gives lxrt warning

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

Created an attachment (id=144)
--> (https://www.fmtc.be/orocos-bugzilla/attachment.cgi?id=144&action=view)
Remove static Mutex object

cd trunk/ocl
patch -p0 < TcpReporting.patch

--
(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

[Bug 436] oro_main segfaults and gives lxrt warning

For more information about this bug, visit

peter [dot] soetens [..] ... changed:

What |Removed |Added
---------------------------------------------------------------------------
Product|RTT |OCL
Version|rtt-trunk |trunk
Component|Real-Time Toolkit (RTT) |Other

------- Comment #1 from peter [dot] soetens [..] ... 2007-07-30 14:12

(In reply to comment #0)
> When running an empty ORO_main, empty because i wanted to be sure that there
> was no other created object giving this error. Gives me the following error:
> I also created an RTT-aplication with an empty ORO_main that gives me the
> following error: