### Debug Bambu Studio Freeze on Linux with GDB Source: https://wiki.bambulab.com/en/bambu-studio/troubleshoot/crash-freeze-issue Use gdb to debug Bambu Studio freezes on Linux. Attach to a running process or start the application under gdb, then use Ctrl+C and the 'bt' command to get a backtrace. Save the output for analysis. ```bash Run gdb BambuStudio_xxxx_yyy. AppImage --pid , represents the id of the process Press Ctrl + C run the bt command in gdb Save all output in gdb execution to file and send it to us ``` -------------------------------- ### Create user_wifi.cfg for Network Configuration Source: https://wiki.bambulab.com/en/p1/manual/p1-sd-card-network-configuration-guide This configuration file is used to set up Wi-Fi credentials for the printer. Replace 'FruitTest08' with your actual Wi-Fi name (SSID) and 'wikitest12' with your Wi-Fi password. ```cfg ssid: FruitTest08 password: wikitest12 ```