From owner-freebsd-hackers@freebsd.org Sat May 13 01:05:01 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AB23D69B86 for ; Sat, 13 May 2017 01:05:01 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 315A1109B for ; Sat, 13 May 2017 01:05:01 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id v4D14x0d083407 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 12 May 2017 18:05:00 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id v4D14xbx083406 for freebsd-hackers@freebsd.org; Fri, 12 May 2017 18:04:59 -0700 (PDT) (envelope-from sgk) Date: Fri, 12 May 2017 18:04:59 -0700 From: Steve Kargl To: freebsd-hackers@freebsd.org Subject: mutex owned? Message-ID: <20170513010459.GA83399@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 May 2017 01:05:01 -0000 So, after 6 to 8 hours of building libreoffice, I run into this [CUT] sw_odfimport Abort trap (core dumped) OK (1) Fatal error 'mutex 0x2beaa340 own 0x189be is on list 0x69004c 0x74006e' at line 153 in file /mnt/src/lib/libthr/thread/thr_mutex.c (errno = 0) No core file identified in directory /usr/ports/editors/libreoffice/work/libreoffice-5.2.7.2/workdir/CppunitTest/dbaccess_dialog_save.test.core To show backtraces for crashes during test execution, enable core files with: ulimit -c unlimited Error: a unit test failed, please do one of: make CppunitTest_dbaccess_dialog_save CPPUNITTRACE="gdb --args" # for interactive debugging on Linux make CppunitTest_dbaccess_dialog_save VALGRIND=memcheck # for memory checking make CppunitTest_dbaccess_dialog_save DEBUGCPPUNIT=TRUE # for exception catching gmake[3]: *** [/usr/ports/editors/libreoffice/work/libreoffice-5.2.7.2/solenv/gbuild/CppunitTest.mk:100: /usr/ports/editors/libreoffice/work/libreoffice-5.2.7.2/workdir/CppunitTest/dbaccess_dialog_save.test] Error 1 Is there a known issue with libthr on i686? -- Steve 20170425 https://www.youtube.com/watch?v=VWUpyCsUKR4 20161221 https://www.youtube.com/watch?v=IbCHE-hONow