Ticket #752 (closed defect: fixed)
Upgrade from 11/25/2209: fsodeviced
| Reported by: | elhennig | Owned by: | daniel |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Frameworkd / FSO | Version: | SHR-unstable |
| Keywords: | Cc: |
Description
The upgrade mentioned above leads to the following error:
$ /usr/bin/fsodeviced
-sh: /usr/bin/fsodeviced: No such file or directory
Reason is the wrong path in /etc/init.d/fsodeviced as the daemon resides in /usr/sbin/fsodeviced now.
Starting the fsodeviced with the proper path leads to
(process:2020): DEBUG: plugin.vala:502: kernel26_powersupply fso_register_function()
(process:2020): DEBUG: plugin.vala:99: info fso_register_function()
(process:2020): DEBUG: plugin.vala:253: kernel26_rtc fso_register_function()
(process:2020): DEBUG: plugin.vala:178: input fso_register_function()
(process:2020): DEBUG: plugin.vala:177: accelerometer_lis302 fso_factory_function
(process:2020): DEBUG: plugin.vala:349: fsodeviced.accelerometer fso_register_function()
(process:2020): DEBUG: plugin.vala:196: kernel26_display fso_register_function()
(process:2020): DEBUG: plugin.vala:487: input fso_register_function()
(process:2020): DEBUG: plugin.vala:523: input fso_register_function()
(process:2020): DEBUG: plugin.vala:347: input fso_register_function()
* glibc detected * /usr/sbin/fsodeviced: malloc(): memory corruption: 0x0004a120 *
Aborted
Attachments
Change History
Changed 3 years ago by elhennig
-
attachment
strace_fsodeviced.out
added
comment:2 Changed 3 years ago by shishz
the initscript still points to /usr/bin/fsodeviced instead of /usr/sbin/ (or could be some problem with opkg upgrade?). After I changed that by hand, fsodeviced started up for me here.

output of strace /usr/sbin/fsodeviced