Robin Gerg

Results 5 comments of Robin Gerg

Hi @pierreluctg ! Of course. Below are the requested infos: **NOTE**: I ran 3 times and thus there are 3 logs of faulthandler. They are separated with 1.) run, 2.)...

@pierreluctg my conclusion so far is that the device(Neovi in this case) has been already closed by the time can.interface.ics_neovi.neovi_bus wants to close it using its shutdown() and thus it...

@pierreluctg with the provided library above: https://github.com/Openwide-Ingenierie/robotframework-can-uds-library And the provided robot code produces this error. Just by simply setting up a robot test where we check a certain CAN signal...

Hi @pierreluctg, I did not confirm it, but I assume the problem cause by the neovi bus implementation by python-can. Based on the docs of the neovi bus, the neovi...

@pierreluctg I see. Interesting. I monkeypatched the shutdown method of neovi_bus.py and the segfault dissapeared (I am skipping the calling of ics.close_device()) and the bus closes without a problen (automatically).