In the latest version of linux mint cinnamon blender version 4.0.2, it starts with a black screen and crashes, writes in crash.txt in tmp #119498

Closed
opened 2024-03-15 10:43:04 +01:00 by Nesterov-Maksim · 2 comments

System Information
Operating system: Linux Mint 21.2 Cinnamon
Graphics card: NVIDIA Corporation GK107M [GeForce GT 640M]

Blender Version
Broken: 4.0.2
Worked: 3.6

The blender crashes after starting with a black screen

Exact steps for others to reproduce the error

  • to run

I started blender using gdb, output:

`(No debugging symbols found in /home/nmax/.blender-4.0.2-linux-x64/blender)
(gdb) run
Starting program: /home/nmax/.blender-4.0.2-linux-x64/blender
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe71ff600 (LWP 16769)]
[New Thread 0x7fffe4139600 (LWP 16770)]
[New Thread 0x7fffe3938600 (LWP 16771)]
[New Thread 0x7fffe3137600 (LWP 16772)]
[New Thread 0x7fffe2936600 (LWP 16773)]
Read prefs: "/home/nmax/.config/blender/4.0/config/userpref.blend"
[New Thread 0x7fffd91ff600 (LWP 16775)]
[New Thread 0x7fffd83ff600 (LWP 16776)]
[New Thread 0x7fffcbbfe600 (LWP 16777)]
[New Thread 0x7fffcadff600 (LWP 16778)]
[New Thread 0x7fffc81ff600 (LWP 16781)]
[New Thread 0x7fffc73ff600 (LWP 16782)]
[New Thread 0x7fffc6bfe600 (LWP 16783)]
[New Thread 0x7fffbcbff600 (LWP 16785)]

Thread 1 "blender" received signal SIGSEGV, Segmentation fault.
0x0000000000f7c36d in ?? ()
(gdb) thread apply all bt

Thread 14 (Thread 0x7fffbcbff600 (LWP 16785) "blender:disk$0"):
#0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffdd590d20) at ./nptl/futex-internal.c:57
#1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffdd590d20) at ./nptl/futex-internal.c:87
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffdd590d20, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
#3 0x00007fffe7a93a41 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x7fffdd590cd0, cond=0x7fffdd590cf8) at ./nptl/pthread_cond_wait.c:503
#4 ___pthread_cond_wait (cond=0x7fffdd590cf8, mutex=0x7fffdd590cd0) at ./nptl/pthread_cond_wait.c:627
#5 0x00007fffc3d1952d in () at /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
#6 0x00007fffc3cc98bb in () at /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
#7 0x00007fffc3d1945b in () at /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
#8 0x00007fffe7a94ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442
#9 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 13 (Thread 0x7fffc6bfe600 (LWP 16783) "gdbus"):
--Type for more, q to quit, c to continue without paging--
t ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007fffcb36f1f6 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007fffcb3192b3 in g_main_loop_run () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007fffd893b07a in () at /lib/x86_64-linux-gnu/libgio-2.0.so.0
#4 0x00007fffcb348a51 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007fffe7a94ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442
#6 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 12 (Thread 0x7fffc73ff600 (LWP 16782) "jemalloc_bg_thd"):
#0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffe780a860) at ./nptl/futex-internal.c:57
#1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffe780a860) at ./nptl/futex-internal.c:87
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe780a860, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
#3 0x00007fffe7a93a41 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x7fffe780a8a8, cond=0x7fffe780a838) at ./nptl/pthread_cond_wait.c:503
#4 ___pthread_cond_wait (cond=0x7fffe780a838, mutex=0x7fffe780a8a8) at ./nptl/pthread_cond_wait.c:627
#5 0x0000000000fa5692 in ()
#6 0x00007fffe7a94ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442
#7 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 11 (Thread 0x7fffc81ff600 (LWP 16781) "gmain"):
#0 0x00007fffe7b18bcf in __GI___poll (fds=0x7fffe569ee00, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007fffcb36f1f6 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007fffcb3173e3 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007fffcb317431 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007fffcb348a51 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007fffe7a94ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442
#6 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 10 (Thread 0x7fffcadff600 (LWP 16778) "jemalloc_bg_thd"):
#0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffe780a790) at ./nptl/futex-internal.c:57
#1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffe780a790) at ./nptl/futex-internal.c:87
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe780a790, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
#3 0x00007fffe7a93a41 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x7fffe780a7d8, cond=0x7fffe780a768) at ./nptl/pthread_cond_wait.c:503
#4 ___pthread_cond_wait (cond=0x7fffe780a768, mutex=0x7fffe780a7d8) at ./nptl/pthread_cond_wait.c:627
#5 0x0000000000fa5692 in ()
#6 0x00007fffe7a94ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442
#7 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 9 (Thread 0x7fffcbbfe600 (LWP 16777) "blender"):
--Type for more, q to quit, c to continue without paging--
#0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffdf11e6fc) at ./nptl/futex-internal.c:57
#1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffdf11e6fc) at ./nptl/futex-internal.c:87
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffdf11e6fc, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
#3 0x00007fffe7a93a41 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x7fffdf11e6a8, cond=0x7fffdf11e6d0) at ./nptl/pthread_cond_wait.c:503
#4 ___pthread_cond_wait (cond=0x7fffdf11e6d0, mutex=0x7fffdf11e6a8) at ./nptl/pthread_cond_wait.c:627
#5 0x00007fffe7eac747 in std::condition_variable::wait(std::unique_lockstd::mutex&) () at /lib/x86_64-linux-gnu/libstdc++.so.6
#6 0x00000000068209c5 in ()
#7 0x00007fffe7edc253 in () at /lib/x86_64-linux-gnu/libstdc++.so.6
#8 0x00007fffe7a94ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442
#9 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 8 (Thread 0x7fffd83ff600 (LWP 16776) "jemalloc_bg_thd"):
#0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffe780a6c4) at ./nptl/futex-internal.c:57
#1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffe780a6c4) at ./nptl/futex-internal.c:87
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe780a6c4, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
#3 0x00007fffe7a93a41 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x7fffe780a708, cond=0x7fffe780a698) at ./nptl/pthread_cond_wait.c:503
#4 ___pthread_cond_wait (cond=0x7fffe780a698, mutex=0x7fffe780a708) at ./nptl/pthread_cond_wait.c:627
#5 0x0000000000fa5692 in ()
#6 0x00007fffe7a94ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442
#7 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 7 (Thread 0x7fffd91ff600 (LWP 16775) "threaded-ml"):
#0 0x00007fffe7b18bcf in __GI___poll (fds=0x7fffd8409020, nfds=3, timeout=58) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007fffe483b21d in () at /lib/x86_64-linux-gnu/libpulse.so.0
#2 0x00007fffe48245a1 in pa_mainloop_poll () at /lib/x86_64-linux-gnu/libpulse.so.0
#3 0x00007fffe482f0bb in pa_mainloop_iterate () at /lib/x86_64-linux-gnu/libpulse.so.0
#4 0x00007fffe482f170 in pa_mainloop_run () at /lib/x86_64-linux-gnu/libpulse.so.0
#5 0x00007fffe483f37d in () at /lib/x86_64-linux-gnu/libpulse.so.0
#6 0x00007fffe47b6cb3 in () at /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-15.99.so
#7 0x00007fffe7a94ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442
#8 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 6 (Thread 0x7fffe2936600 (LWP 16773) "blender"):
#0 __futex_abstimed_wait_common64 (private=, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:57
#1 __futex_abstimed_wait_common (cancel=true, private=, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:87
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe4b05818, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=) at ./nptl/futex-internal.c:139
#3 0x00007fffe7a9cbdf in do_futex_wait (sem=sem@entry=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
--Type for more, q to quit, c to continue without paging--
#4 0x00007fffe7a9cc78 in __new_sem_wait_slow64 (sem=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
#5 0x00007ffff5e91be2 in IlmThread_3_1::Semaphore::wait() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30
#6 0x00007ffff5e8fe30 in IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::threadLoop(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>) () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30
#7 0x00007ffff5e90468 in std:🧵:_State_impl<std:🧵:_Invoker<std::tuple<void (IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::)(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>), IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider, std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData> > > >::_M_run() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30
#8 0x00007fffe7edc253 in () at /lib/x86_64-linux-gnu/libstdc++.so.6
#9 0x00007fffe7a94ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442
#10 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 5 (Thread 0x7fffe3137600 (LWP 16772) "blender"):
#0 __futex_abstimed_wait_common64 (private=, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:57
#1 __futex_abstimed_wait_common (cancel=true, private=, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:87
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe4b05818, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=) at ./nptl/futex-internal.c:139
#3 0x00007fffe7a9cbdf in do_futex_wait (sem=sem@entry=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
#4 0x00007fffe7a9cc78 in __new_sem_wait_slow64 (sem=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
#5 0x00007ffff5e91be2 in IlmThread_3_1::Semaphore::wait() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30
#6 0x00007ffff5e8fe30 in IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::threadLoop(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>) () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30
#7 0x00007ffff5e90468 in std:🧵:_State_impl<std:🧵:_Invoker<std::tuple<void (IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::)(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>), IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider, std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData> > > >::_M_run() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30
#8 0x00007fffe7edc253 in () at /lib/x86_64-linux-gnu/libstdc++.so.6
#9 0x00007fffe7a94ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442
#10 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 4 (Thread 0x7fffe3938600 (LWP 16771) "blender"):
#0 __futex_abstimed_wait_common64 (private=, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:57
#1 __futex_abstimed_wait_common (cancel=true, private=, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:87
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe4b05818, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=) at ./nptl/futex-internal.c:139
#3 0x00007fffe7a9cbdf in do_futex_wait (sem=sem@entry=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
#4 0x00007fffe7a9cc78 in __new_sem_wait_slow64 (sem=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
#5 0x00007ffff5e91be2 in IlmThread_3_1::Semaphore::wait() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30
#6 0x00007ffff5e8fe30 in IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::threadLoop(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>) () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30
#7 0x00007ffff5e90468 in std:🧵:_State_impl<std:🧵:_Invoker<std::tuple<void (IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::)(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>), IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider, std::shared_ptr<IlmThread_3_1::(ano--Type for more, q to quit, c to continue without paging--
nymous namespace)::DefaultThreadPoolData> > > >::_M_run() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30
#8 0x00007fffe7edc253 in () at /lib/x86_64-linux-gnu/libstdc++.so.6
#9 0x00007fffe7a94ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442
#10 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 3 (Thread 0x7fffe4139600 (LWP 16770) "blender"):
#0 __futex_abstimed_wait_common64 (private=, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:57
#1 __futex_abstimed_wait_common (cancel=true, private=, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:87
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe4b05818, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=) at ./nptl/futex-internal.c:139
#3 0x00007fffe7a9cbdf in do_futex_wait (sem=sem@entry=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
#4 0x00007fffe7a9cc78 in __new_sem_wait_slow64 (sem=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
#5 0x00007ffff5e91be2 in IlmThread_3_1::Semaphore::wait() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30
#6 0x00007ffff5e8fe30 in IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::threadLoop(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>) () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30
#7 0x00007ffff5e90468 in std:🧵:_State_impl<std:🧵:_Invoker<std::tuple<void (IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::)(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>), IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider, std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData> > > >::_M_run() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30
#8 0x00007fffe7edc253 in () at /lib/x86_64-linux-gnu/libstdc++.so.6
#9 0x00007fffe7a94ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442
#10 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 2 (Thread 0x7fffe71ff600 (LWP 16769) "jemalloc_bg_thd"):
#0 __futex_abstimed_wait_common64 (private=-408334988, cancel=true, abstime=0x7fffe71b8ee0, op=393, expected=0, futex_word=0x7fffe780a5f0) at ./nptl/futex-internal.c:57
#1 __futex_abstimed_wait_common (cancel=true, private=-408334988, abstime=0x7fffe71b8ee0, clockid=-417624904, expected=0, futex_word=0x7fffe780a5f0) at ./nptl/futex-internal.c:87
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe780a5f0, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x7fffe71b8ee0, private=private@entry=0) at ./nptl/futex-internal.c:139
#3 0x00007fffe7a93e9b in __pthread_cond_wait_common (abstime=0x7fffe71b8ee0, clockid=0, mutex=0x7fffe780a638, cond=0x7fffe780a5c8) at ./nptl/pthread_cond_wait.c:503
#4 ___pthread_cond_timedwait64 (cond=0x7fffe780a5c8, mutex=0x7fffe780a638, abstime=0x7fffe71b8ee0) at ./nptl/pthread_cond_wait.c:652
#5 0x0000000000fa5c73 in ()
#6 0x00007fffe7a94ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442
#7 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 1 (Thread 0x7fffe7ce6580 (LWP 16754) "blender"):
#0 0x0000000000f7c36d in ()
#1 0x0000000000f7c3cd in ()
#2 0x0000000000f484b4 in ()
#3 0x0000000000f5cf01 in ()`

**System Information** Operating system: Linux Mint 21.2 Cinnamon Graphics card: NVIDIA Corporation GK107M [GeForce GT 640M] **Blender Version** Broken: 4.0.2 Worked: 3.6 **The blender crashes after starting with a black screen** **Exact steps for others to reproduce the error** - to run I started blender using gdb, output: `(No debugging symbols found in /home/nmax/.blender-4.0.2-linux-x64/blender) (gdb) run Starting program: /home/nmax/.blender-4.0.2-linux-x64/blender [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffe71ff600 (LWP 16769)] [New Thread 0x7fffe4139600 (LWP 16770)] [New Thread 0x7fffe3938600 (LWP 16771)] [New Thread 0x7fffe3137600 (LWP 16772)] [New Thread 0x7fffe2936600 (LWP 16773)] Read prefs: "/home/nmax/.config/blender/4.0/config/userpref.blend" [New Thread 0x7fffd91ff600 (LWP 16775)] [New Thread 0x7fffd83ff600 (LWP 16776)] [New Thread 0x7fffcbbfe600 (LWP 16777)] [New Thread 0x7fffcadff600 (LWP 16778)] [New Thread 0x7fffc81ff600 (LWP 16781)] [New Thread 0x7fffc73ff600 (LWP 16782)] [New Thread 0x7fffc6bfe600 (LWP 16783)] [New Thread 0x7fffbcbff600 (LWP 16785)] Thread 1 "blender" received signal SIGSEGV, Segmentation fault. 0x0000000000f7c36d in ?? () (gdb) thread apply all bt Thread 14 (Thread 0x7fffbcbff600 (LWP 16785) "blender:disk$0"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffdd590d20) at ./nptl/futex-internal.c:57 #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffdd590d20) at ./nptl/futex-internal.c:87 #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffdd590d20, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139 #3 0x00007fffe7a93a41 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x7fffdd590cd0, cond=0x7fffdd590cf8) at ./nptl/pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x7fffdd590cf8, mutex=0x7fffdd590cd0) at ./nptl/pthread_cond_wait.c:627 #5 0x00007fffc3d1952d in () at /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so #6 0x00007fffc3cc98bb in () at /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so #7 0x00007fffc3d1945b in () at /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so #8 0x00007fffe7a94ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #9 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 13 (Thread 0x7fffc6bfe600 (LWP 16783) "gdbus"): --Type <RET> for more, q to quit, c to continue without paging-- t ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007fffcb36f1f6 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x00007fffcb3192b3 in g_main_loop_run () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x00007fffd893b07a in () at /lib/x86_64-linux-gnu/libgio-2.0.so.0 #4 0x00007fffcb348a51 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #5 0x00007fffe7a94ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 12 (Thread 0x7fffc73ff600 (LWP 16782) "jemalloc_bg_thd"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffe780a860) at ./nptl/futex-internal.c:57 #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffe780a860) at ./nptl/futex-internal.c:87 #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe780a860, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139 #3 0x00007fffe7a93a41 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x7fffe780a8a8, cond=0x7fffe780a838) at ./nptl/pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x7fffe780a838, mutex=0x7fffe780a8a8) at ./nptl/pthread_cond_wait.c:627 #5 0x0000000000fa5692 in () #6 0x00007fffe7a94ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #7 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 11 (Thread 0x7fffc81ff600 (LWP 16781) "gmain"): #0 0x00007fffe7b18bcf in __GI___poll (fds=0x7fffe569ee00, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007fffcb36f1f6 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x00007fffcb3173e3 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x00007fffcb317431 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #4 0x00007fffcb348a51 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #5 0x00007fffe7a94ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 10 (Thread 0x7fffcadff600 (LWP 16778) "jemalloc_bg_thd"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffe780a790) at ./nptl/futex-internal.c:57 #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffe780a790) at ./nptl/futex-internal.c:87 #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe780a790, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139 #3 0x00007fffe7a93a41 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x7fffe780a7d8, cond=0x7fffe780a768) at ./nptl/pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x7fffe780a768, mutex=0x7fffe780a7d8) at ./nptl/pthread_cond_wait.c:627 #5 0x0000000000fa5692 in () #6 0x00007fffe7a94ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #7 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 9 (Thread 0x7fffcbbfe600 (LWP 16777) "blender"): --Type <RET> for more, q to quit, c to continue without paging-- #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffdf11e6fc) at ./nptl/futex-internal.c:57 #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffdf11e6fc) at ./nptl/futex-internal.c:87 #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffdf11e6fc, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139 #3 0x00007fffe7a93a41 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x7fffdf11e6a8, cond=0x7fffdf11e6d0) at ./nptl/pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x7fffdf11e6d0, mutex=0x7fffdf11e6a8) at ./nptl/pthread_cond_wait.c:627 #5 0x00007fffe7eac747 in std::condition_variable::wait(std::unique_lock<std::mutex>&) () at /lib/x86_64-linux-gnu/libstdc++.so.6 #6 0x00000000068209c5 in () #7 0x00007fffe7edc253 in () at /lib/x86_64-linux-gnu/libstdc++.so.6 #8 0x00007fffe7a94ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #9 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 8 (Thread 0x7fffd83ff600 (LWP 16776) "jemalloc_bg_thd"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffe780a6c4) at ./nptl/futex-internal.c:57 #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffe780a6c4) at ./nptl/futex-internal.c:87 #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe780a6c4, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139 #3 0x00007fffe7a93a41 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x7fffe780a708, cond=0x7fffe780a698) at ./nptl/pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x7fffe780a698, mutex=0x7fffe780a708) at ./nptl/pthread_cond_wait.c:627 #5 0x0000000000fa5692 in () #6 0x00007fffe7a94ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #7 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 7 (Thread 0x7fffd91ff600 (LWP 16775) "threaded-ml"): #0 0x00007fffe7b18bcf in __GI___poll (fds=0x7fffd8409020, nfds=3, timeout=58) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007fffe483b21d in () at /lib/x86_64-linux-gnu/libpulse.so.0 #2 0x00007fffe48245a1 in pa_mainloop_poll () at /lib/x86_64-linux-gnu/libpulse.so.0 #3 0x00007fffe482f0bb in pa_mainloop_iterate () at /lib/x86_64-linux-gnu/libpulse.so.0 #4 0x00007fffe482f170 in pa_mainloop_run () at /lib/x86_64-linux-gnu/libpulse.so.0 #5 0x00007fffe483f37d in () at /lib/x86_64-linux-gnu/libpulse.so.0 #6 0x00007fffe47b6cb3 in () at /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-15.99.so #7 0x00007fffe7a94ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #8 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 6 (Thread 0x7fffe2936600 (LWP 16773) "blender"): #0 __futex_abstimed_wait_common64 (private=<optimized out>, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:57 #1 __futex_abstimed_wait_common (cancel=true, private=<optimized out>, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:87 #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe4b05818, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized out>) at ./nptl/futex-internal.c:139 #3 0x00007fffe7a9cbdf in do_futex_wait (sem=sem@entry=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111 --Type <RET> for more, q to quit, c to continue without paging-- #4 0x00007fffe7a9cc78 in __new_sem_wait_slow64 (sem=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183 #5 0x00007ffff5e91be2 in IlmThread_3_1::Semaphore::wait() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30 #6 0x00007ffff5e8fe30 in IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::threadLoop(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>) () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30 #7 0x00007ffff5e90468 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::*)(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>), IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider*, std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData> > > >::_M_run() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30 #8 0x00007fffe7edc253 in () at /lib/x86_64-linux-gnu/libstdc++.so.6 #9 0x00007fffe7a94ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #10 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 5 (Thread 0x7fffe3137600 (LWP 16772) "blender"): #0 __futex_abstimed_wait_common64 (private=<optimized out>, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:57 #1 __futex_abstimed_wait_common (cancel=true, private=<optimized out>, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:87 #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe4b05818, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized out>) at ./nptl/futex-internal.c:139 #3 0x00007fffe7a9cbdf in do_futex_wait (sem=sem@entry=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111 #4 0x00007fffe7a9cc78 in __new_sem_wait_slow64 (sem=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183 #5 0x00007ffff5e91be2 in IlmThread_3_1::Semaphore::wait() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30 #6 0x00007ffff5e8fe30 in IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::threadLoop(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>) () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30 #7 0x00007ffff5e90468 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::*)(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>), IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider*, std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData> > > >::_M_run() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30 #8 0x00007fffe7edc253 in () at /lib/x86_64-linux-gnu/libstdc++.so.6 #9 0x00007fffe7a94ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #10 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 4 (Thread 0x7fffe3938600 (LWP 16771) "blender"): #0 __futex_abstimed_wait_common64 (private=<optimized out>, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:57 #1 __futex_abstimed_wait_common (cancel=true, private=<optimized out>, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:87 #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe4b05818, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized out>) at ./nptl/futex-internal.c:139 #3 0x00007fffe7a9cbdf in do_futex_wait (sem=sem@entry=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111 #4 0x00007fffe7a9cc78 in __new_sem_wait_slow64 (sem=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183 #5 0x00007ffff5e91be2 in IlmThread_3_1::Semaphore::wait() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30 #6 0x00007ffff5e8fe30 in IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::threadLoop(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>) () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30 #7 0x00007ffff5e90468 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::*)(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>), IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider*, std::shared_ptr<IlmThread_3_1::(ano--Type <RET> for more, q to quit, c to continue without paging-- nymous namespace)::DefaultThreadPoolData> > > >::_M_run() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30 #8 0x00007fffe7edc253 in () at /lib/x86_64-linux-gnu/libstdc++.so.6 #9 0x00007fffe7a94ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #10 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 3 (Thread 0x7fffe4139600 (LWP 16770) "blender"): #0 __futex_abstimed_wait_common64 (private=<optimized out>, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:57 #1 __futex_abstimed_wait_common (cancel=true, private=<optimized out>, abstime=0x0, clockid=0, expected=0, futex_word=0x7fffe4b05818) at ./nptl/futex-internal.c:87 #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe4b05818, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized out>) at ./nptl/futex-internal.c:139 #3 0x00007fffe7a9cbdf in do_futex_wait (sem=sem@entry=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111 #4 0x00007fffe7a9cc78 in __new_sem_wait_slow64 (sem=0x7fffe4b05818, abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183 #5 0x00007ffff5e91be2 in IlmThread_3_1::Semaphore::wait() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30 #6 0x00007ffff5e8fe30 in IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::threadLoop(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>) () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30 #7 0x00007ffff5e90468 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider::*)(std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData>), IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolProvider*, std::shared_ptr<IlmThread_3_1::(anonymous namespace)::DefaultThreadPoolData> > > >::_M_run() () at /home/nmax/.blender-4.0.2-linux-x64/lib/libIlmThread.so.30 #8 0x00007fffe7edc253 in () at /lib/x86_64-linux-gnu/libstdc++.so.6 #9 0x00007fffe7a94ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #10 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 2 (Thread 0x7fffe71ff600 (LWP 16769) "jemalloc_bg_thd"): #0 __futex_abstimed_wait_common64 (private=-408334988, cancel=true, abstime=0x7fffe71b8ee0, op=393, expected=0, futex_word=0x7fffe780a5f0) at ./nptl/futex-internal.c:57 #1 __futex_abstimed_wait_common (cancel=true, private=-408334988, abstime=0x7fffe71b8ee0, clockid=-417624904, expected=0, futex_word=0x7fffe780a5f0) at ./nptl/futex-internal.c:87 #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe780a5f0, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x7fffe71b8ee0, private=private@entry=0) at ./nptl/futex-internal.c:139 #3 0x00007fffe7a93e9b in __pthread_cond_wait_common (abstime=0x7fffe71b8ee0, clockid=0, mutex=0x7fffe780a638, cond=0x7fffe780a5c8) at ./nptl/pthread_cond_wait.c:503 #4 ___pthread_cond_timedwait64 (cond=0x7fffe780a5c8, mutex=0x7fffe780a638, abstime=0x7fffe71b8ee0) at ./nptl/pthread_cond_wait.c:652 #5 0x0000000000fa5c73 in () #6 0x00007fffe7a94ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #7 0x00007fffe7b26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 1 (Thread 0x7fffe7ce6580 (LWP 16754) "blender"): #0 0x0000000000f7c36d in () #1 0x0000000000f7c3cd in () #2 0x0000000000f484b4 in () #3 0x0000000000f5cf01 in ()`
Nesterov-Maksim added the
Status
Needs Triage
Priority
Normal
Type
Report
labels 2024-03-15 10:43:05 +01:00

Without symbols, trace does not provide much info. Seems, that you are running build from buildbot (https://builder.blender.org/download/daily/) is that correct? I would suggest checking also 4.2 alpha build.

This GPU is below the minimum requirements for Blender, so we no longer provide support for it, see https://www.blender.org/download/requirements/

I suspect some GL library got updated and it no longer works as a result of that, if it ever worked for you.

Without symbols, trace does not provide much info. Seems, that you are running build from buildbot (https://builder.blender.org/download/daily/) is that correct? I would suggest checking also 4.2 alpha build. This GPU is below the minimum requirements for Blender, so we no longer provide support for it, see https://www.blender.org/download/requirements/ I suspect some GL library got updated and it no longer works as a result of that, if it ever worked for you.
Richard Antalik added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2024-03-15 21:20:43 +01:00

Hello. The problem with running blender 4.0.2 appeared after the kernel update. Apparently, this affected the installed NVIDIA video driver. I solved this problem by switching the NVIDIA video driver to NOUVEAU and after rebooting back to NVIDIA

Hello. The problem with running blender 4.0.2 appeared after the kernel update. Apparently, this affected the installed NVIDIA video driver. I solved this problem by switching the NVIDIA video driver to NOUVEAU and after rebooting back to NVIDIA
Blender Bot added
Status
Archived
and removed
Status
Needs Information from User
labels 2024-03-17 13:01:13 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#119498
No description provided.