@Alex-Kushleyev I can probably show you the backtrace log so that you can take a look at what causes the segfault.
Latest posts made by Róbert Dévényi
-
RE: Sentinel segmentation fault after running voxl-uvc-server -v [camera id] -d
-
RE: Sentinel segmentation fault after running voxl-uvc-server -v [camera id] -d
@Alex-Kushleyev Thank you very much hopefully I can figure it out.
-
RE: Sentinel segmentation fault after running voxl-uvc-server -v [camera id] -d
@Eric-Katzfey I reset all mpa services to factory settings and I keep getting the same segfault.
-
RE: Sentinel segmentation fault after running voxl-uvc-server -v [camera id] -d
@Eric-Katzfey I would appreciate it if you could tell me what commands to use to stop all the services and then restart voxl-uvc-server or any resource that helps with debugging segfaults in general.
-
RE: Sentinel segmentation fault after running voxl-uvc-server -v [camera id] -d
@Eric-Katzfey I don't know if it helps but whenever I run voxl-uvc-server, the segfault happens and after that the voxl-uvc-server service stops running, but is still enabled.
-
RE: Sentinel segmentation fault after running voxl-uvc-server -v [camera id] -d
loading config file
Enabling debug messageswidth: 640
height: 480
fps: 30
pipe_name: uvcvoxl-uvc-server starting
Image resolution 640x480, 30 fps chosen
Vendor ID 0x534d chosen
UVC initialized
Device 534d:0000 found
Device opened
uvc_get_stream_ctrl_format_size succeeded for format YUYV
Streaming startingSegmentation fault:
Fault thread: voxl-uvc-server(tid: 16852)
Fault address: 0x7f7dda3000
Access to this address is not allowed.
Segmentation fault -
RE: Sentinel segmentation fault after running voxl-uvc-server -v [camera id] -d
@Eric-Katzfey so I stopped all services except for voxl-uvc-server:
Scanning services...Service Name | Enabled | Running | CPU Usage
docker-autorun | Disabled | Not Running |
modallink-relink | Disabled | Not Running |
voxl-camera-server | Enabled | Not Running |
voxl-cpu-monitor | Enabled | Not Running |
voxl-dfs-server | Disabled | Not Running |
voxl-feature-tracker | Disabled | Not Running |
voxl-flow-server | Disabled | Not Running |
voxl-imu-server | Enabled | Not Running |
voxl-lepton-server | Disabled | Not Running |
voxl-mavcam-manager | Enabled | Not Running |
voxl-mavlink-server | Enabled | Not Running |
voxl-modem | Enabled | Not Running |
voxl-neopixel-manager | Disabled | Not Running |
voxl-open-vins-server | Disabled | Not Running |
voxl-portal | Enabled | Not Running |
voxl-px4-imu-server | Disabled | Not Running |
voxl-px4 | Enabled | Not Running |
voxl-qvio-server | Enabled | Not Running |
voxl-rangefinder-server | Disabled | Not Running |
voxl-remote-id | Disabled | Not Running |
voxl-softap | Disabled | Not Running |
voxl-static-ip | Disabled | Not Running |
voxl-streamer | Enabled | Not Running |
voxl-tag-detector | Disabled | Not Running |
voxl-tflite-server | Disabled | Not Running |
voxl-time-sync | Disabled | Not Running |
voxl-uvc-server | Enabled | Running | 0.0%
voxl-vision-hub | Enabled | Not Running |
voxl-wait-for-fs | Enabled | Completed |And I am still getting the exact same segfault.
-
RE: Sentinel segmentation fault after running voxl-uvc-server -v [camera id] -d
@Eric-Katzfey it seems that for some reason the voxl-uvc-server service just stops running by itself even after I run systemctl start voxl-uvc-server or systemctl enable voxl-uvc-server. Probably that causes the segfault, that the service is not running.
-
RE: Sentinel segmentation fault after running voxl-uvc-server -v [camera id] -d
@Eric-Katzfey Thanks. Which services are the most likely to cause a segfault?
-
RE: Sentinel segmentation fault after running voxl-uvc-server -v [camera id] -d
@Eric-Katzfey when I run voxl-uvc-server -f 15, 20, ... all lower frame rates give me the same seg fault. How can I stop other services from running?