Community
Arnold General Rendering Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Segfault on RHEL 8

2 REPLIES 2
Reply
Message 1 of 3
Mike_Rochefort
367 Views, 2 Replies

Segfault on RHEL 8

Messing about on a personal workstation running RHEL 8, it does not seem like Arnold likes the distribution. Just running kick --version results in an instant segfault. Running an strace on the process shows kick writing the correct output at the very end, but breaks before this can be displayed to stdout for some reason. Running kick in a RHEL 7 container operates just fine. Checking all binaries and shared objects with ldd reports no missing objects with the exception of libanimomath_1_0.so and libbifrostapi_1_0.so on extensions/bifrost/1.5.0/libbifrost_procedural_0_2.so. Any potential pointers on figuring out what's going on?

$ echo $LD_LIBRARY_PATH
/usr/autodesk/maya2020/lib:/usr/autodesk/maya2020/plug-ins/xgen/lib:/home/myuser/arnold/maya2020/bin
$ ./kick --version ## MtoA 4.0.1.1
Segmentation fault (core dumped)

Cheers,

Mike


strace.txt

Always looking to solve problems, if I'm helpful at all consider dropping a kudos!

Tags (2)
Labels (2)
2 REPLIES 2
Message 2 of 3

Does the processor support SSE 4.1 ?



// Stephen Blair
// Arnold Renderer Support
Message 3 of 3

Yes, lscpu is reporting sse4_1 and sse4_2. This is a Broadwell chip, well within the hardware requirements and I haven't had an issue for several years.

For software, RHEL 8 is built on glibc-2.28 and libstdc++-8.3.1 (so.6.0.25, supporting up to GLIBCXX_3.4.25).

This can be replicated by using the ubi8 image from Red Hat and installing libX11, libxcb, and libXau.

Always looking to solve problems, if I'm helpful at all consider dropping a kudos!

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report