dagelf / Meltdown

An interface for llama.cpp and ChatGPT
0 stars 0 forks source link

Segfaults on first run #1

Open dagelf opened 5 months ago

dagelf commented 5 months ago
(.venv) coenraad@coenraad-u22:~$ pipx install git+https://github.com/dagelf/Meltdown 
  installed package Meltdown 183.6.0, installed using Python 3.10.12
  These apps are now globally available
    - meltdown
done! ✨ 🌟 ✨
(.venv) coenraad@coenraad-u22:~$ meltdown 
Creating empty config.json
Auto-unload active (60 mins)
Creating empty session.json
Segmentation fault
(.venv) coenraad@coenraad-u22:~$ 
dagelf commented 5 months ago
Starting program: /home/coenraad/llm.c/.venv/bin/python -m meltdown.main
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff11ff640 (LWP 45270)]
[New Thread 0x7ffff09fe640 (LWP 45271)]
[New Thread 0x7fffee1fd640 (LWP 45272)]
Creating empty config.json
Auto-unload active (60 mins)
[New Thread 0x7fffe75ff640 (LWP 45273)]
Creating empty session.json

Thread 1 "python" received signal SIGSEGV, Segmentation fault.
0x00007ffff6dbb8e1 in Tk_AllocFontFromObj () from /lib/x86_64-linux-gnu/libtk8.6.so
(gdb)