JoelBender / bacpypes

BACpypes provides a BACnet application layer and network layer written in Python for daemons, scripting, and graphical interfaces.
MIT License
302 stars 129 forks source link

Issue in dockerising an MSTP application using Misty and BACpypes #506

Closed parthgoel06 closed 1 year ago

parthgoel06 commented 1 year ago

I am getting the below error (Bus error (core dumped)) whenever I am trying to start an MSTP application from inside a docker container (using python:3.8 image). This machine is an RPi running Bullseye image with Python 3.9 by default (hence the reason to dockerise).

Screenshot 2023-10-05 at 2 35 22 AM

The same doesn't happen when I run the MSTP application on the host system (outside the Docker container) of an RPi running Buster image with Python 3.7.

Screenshot 2023-10-05 at 2 39 33 AM

P.S. I am running the container in privileged mode and have given it the access to use the USB port for MSTP application.

JoelBender commented 1 year ago

This is a problem inside misty, I can't help with it, please open an issue there and mention me so I can track it.