From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sPg+EyvxYV+xPgAA0tVLHw (envelope-from ) for ; Wed, 16 Sep 2020 11:04:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id EEUeDyvxYV/xBgAAB5/wlQ (envelope-from ) for ; Wed, 16 Sep 2020 11:04:11 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9653D940365 for ; Wed, 16 Sep 2020 11:04:10 +0000 (UTC) Received: from localhost ([::1]:49584 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kIVEP-0003kA-Kl for larch@yhetil.org; Wed, 16 Sep 2020 07:04:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42594) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kIVEI-0003k2-Lq for bug-guix@gnu.org; Wed, 16 Sep 2020 07:04:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50042) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kIVEI-0001yI-Bs for bug-guix@gnu.org; Wed, 16 Sep 2020 07:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kIVEI-000147-7t for bug-guix@gnu.org; Wed, 16 Sep 2020 07:04:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#43403: Blender crashes on clicking 'Video Editing'. Segmentation fault Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 16 Sep 2020 11:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43403 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Malte Frank Gerdes , 43403@debbugs.gnu.org Received: via spool by 43403-submit@debbugs.gnu.org id=B43403.16002542174064 (code B ref 43403); Wed, 16 Sep 2020 11:04:02 +0000 Received: (at 43403) by debbugs.gnu.org; 16 Sep 2020 11:03:37 +0000 Received: from localhost ([127.0.0.1]:33355 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kIVDt-00013T-DG for submit@debbugs.gnu.org; Wed, 16 Sep 2020 07:03:37 -0400 Received: from world.peace.net ([64.112.178.59]:44056) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kIVDs-00013H-BX for 43403@debbugs.gnu.org; Wed, 16 Sep 2020 07:03:36 -0400 Received: from mhw by world.peace.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kIVDl-0000ew-Vu; Wed, 16 Sep 2020 07:03:30 -0400 From: Mark H Weaver In-Reply-To: <87bli659rt.fsf@gmail.com> References: <87bli659rt.fsf@gmail.com> Date: Wed, 16 Sep 2020 07:02:11 -0400 Message-ID: <87ft7i9e7l.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: DcJoTAVrZe8n Hi, Malte Frank Gerdes writes: > i have a similar error. I'm using Blender 2.83.5 in a environment > created with guix environment --ad-hoc --no-grafts (as suggested). In a > new scene (right after startup not loading anything) selecting the cube > and trying to apply a Remesh Modifier Blender crashes and generates > this backtrace: > > # Blender 2.83.5, Unknown revision > bpy.context.space_data.context = 'MODIFIER' # Property > bpy.ops.object.modifier_add(type='REMESH') # Operator > > # backtrace > blender(BLI_system_backtrace+0x20) [0x293ba30] > blender() [0xa99e13] > /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6(+0x36b20) [0x7f67bd83ab20] > blender(BKE_mesh_copy_settings+0x13) [0xafd993] > blender() [0xdfad4f] > blender() [0xbbc7b3] > blender() [0xbbd2b4] > blender(makeDerivedMesh+0x8f) [0xbbe81f] > blender(BKE_object_handle_data_update+0x3b0) [0xb34540] > blender(BKE_object_eval_uber_data+0x2e) [0xb3486e] > blender() [0x133ab5b] > blender() [0x133ad19] > blender(BLI_task_pool_work_and_wait+0x1d5) [0x293c8d5] > blender(_ZN3DEG23deg_evaluate_on_refreshEPNS_9DepsgraphE+0x201) [0x133b0f1] > blender(DEG_evaluate_on_refresh+0x65) [0x131f165] > blender() [0xb6dd6b] > blender(wm_event_do_depsgraph+0xb3) [0xc58d03] > blender(wm_event_do_refresh_wm_and_depsgraph+0x87) [0xc58e57] > blender(wm_event_do_notifiers+0x45b) [0xc5f6ab] > blender(WM_main+0x28) [0xc552a8] > blender(main+0x2cc) [0xa68f8c] > /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6(__libc_start_main+0xed) [0x7f67bd826a6d] > blender(_start+0x2a) [0xa967fa] This looks like an unrelated bug, but of course one that should be investigated in its own right. Could you resend it to bug-guix@gnu.org with a suitable subject line, to create a new ticket for it? Thanks! Mark