RPA-Python icon indicating copy to clipboard operation
RPA-Python copied to clipboard

stack smashing detected - PhantomJS has crashed - arm64 - raspberrypi-trixie

Open J4ker opened this issue 3 months ago • 0 comments

System RaspberryPi-OS-64bit-desktop-trixie

https://github.com/user-attachments/assets/8d1dabad-b72a-4b42-aa17-7309d3e78db0

here is a temporary python file

(myenv) pi@pi5-8-512-homelab:~/tmp $ cat init-rpa.py 
from time import sleep
import rpa as r

r.init()
r.url('https://www.google.com')
sleep(10)
r.close()

here is the error I get when I run it in the raspberrypi os desktop

(myenv) pi@pi5-8-512-homelab:~/tmp $ python init-rpa.py 
[RPA][ERROR] - following happens when starting TagUI...

The following command is executed to start TagUI -
"/home/pi/.tagui/src/tagui" rpa_python 

It leads to following output when starting TagUI -

START - automation started - Mon Oct 27 2025 19:21:21 GMT+0530 (IST)
*** stack smashing detected ***: terminated
PhantomJS has crashed. Please read the bug reporting guide at
<http://phantomjs.org/bug-reporting.html> and file a bug report.

[RPA][ERROR] - unknown error encountered
[RPA][ERROR] - use init() before using url()
[RPA][ERROR] - use init() before using close()

J4ker avatar Oct 27 '25 13:10 J4ker