Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2012 20:07:27 GMT
From:      Peter Boosten <peter@boosten.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170679: blender core dumps
Message-ID:  <201208162007.q7GK7RRY038998@red.freebsd.org>
Resent-Message-ID: <201208162010.q7GKABD6095294@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170679
>Category:       ports
>Synopsis:       blender core dumps
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 16 20:10:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Peter Boosten
>Release:        8.2
>Organization:
>Environment:
FreeBSD ra.egypt.nl 8.2-RELEASE-p8 FreeBSD 8.2-RELEASE-p8 #0: Thu May 31 22:33:19 CEST 2012     root@ra.egypt.nl:/usr/obj/usr/src/sys/RA  i386 (GENERIC Kernel with ALTQ)
>Description:
Installing Blender from ports compiles without error, but when starting Blender (even just with -v , for version) it core dumps immediately.

A ktrace shows that the last library it tries to load is libirml.so, but cannot find. This library is also not to find in the entire ports collection.

Last messages from ktrace:

 14036 initial thread CALL  access(0x293a1000,F_OK)
 14036 initial thread NAMI  "/lib/libirml.so"
 14036 initial thread RET   access -1 errno 2 No such file or directory
 14036 initial thread CALL  access(0x293a1000,F_OK)
 14036 initial thread NAMI  "/usr/lib/libirml.so"
 14036 initial thread RET   access -1 errno 2 No such file or directory
 14036 initial thread CALL  sigprocmask(SIG_SETMASK,0x2938cff0,0)
 14036 initial thread RET   sigprocmask 0
 14036 initial thread CALL  sigprocmask(SIG_BLOCK,0x2938cfe0,0xbfbfe56c)
 14036 initial thread RET   sigprocmask 0
 14036 initial thread CALL  sigprocmask(SIG_SETMASK,0x2938cff0,0)
 14036 initial thread RET   sigprocmask 0
 14036 initial thread PSIG  SIGSEGV SIG_DFL
 14036 initial thread NAMI  "blender-bin.core"
>How-To-Repeat:
Just start blender , regardless the options
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208162007.q7GK7RRY038998>