CroquetGL LD_DEBUG=libs

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

CroquetGL LD_DEBUG=libs

Squeak - Dev mailing list
Hi all,

I ran the latest Squeak6 with the LD_DEBUG=libs.

As prelude, the OSProcess, is barfing during startup. I will not address this here, just an FYI to DTL

Here is the bloody guts. 

lugin.so: error: symbol lookup error: undefined symbol: primitiveSigChldNumberAccessorDepth (fatal)
      2417:
      2417:     calling init: /home/wm/usr/src/smalltalk/squeak6.0alpha/bin/B3DAcceleratorPlugin.so
      2417:
      2417:     find library=libGLX_nvidia.so.0 [0]; searching
      2417:      search cache=/etc/ld.so.cache
      2417:       trying file=/usr/lib64/libGLX_nvidia.so.0
      2417:
      2417:     find library=libnvidia-tls.so.418.30 [0]; searching
      2417:      search cache=/etc/ld.so.cache
      2417:       trying file=/usr/lib64/libnvidia-tls.so.418.30
      2417:
      2417:     find library=libnvidia-glcore.so.418.30 [0]; searching
      2417:      search cache=/etc/ld.so.cache
      2417:       trying file=/usr/lib64/libnvidia-glcore.so.418.30
      2417:
      2417:
      2417:     calling init: /usr/lib64/libnvidia-glcore.so.418.30
      2417:
      2417:
      2417:     calling init: /usr/lib64/libGLX_nvidia.so.0
      2417:
      2417:     /usr/lib64/libGLX_nvidia.so.0: error: symbol lookup error: undefined symbol: ErrorF (fatal)
      2417:     /lib64/libpthread.so.0: error: symbol lookup error: undefined symbol: pthread_setname_np, version GLIBC_2.2.5 (fatal)
      2417:     find library=libdrm.so.2 [0]; searching
      2417:      search cache=/etc/ld.so.cache
      2417:       trying file=/usr/lib64/libdrm.so.2
      2417:
      2417:
      2417:     calling init: /usr/lib64/libdrm.so.2
      2417:
      2417:     find library=liballocator.so.0 [0]; searching
      2417:      search cache=/etc/ld.so.cache
      2417:      search path=/lib64/tls/x86_64:/lib64/tls:/lib64/x86_64:/lib64:/usr/lib64/tls/x86_64:/usr/lib64/tls:/usr/lib64/x86_64:/usr/lib64                (system search path)
      2417:       trying file=/lib64/tls/x86_64/liballocator.so.0
      2417:       trying file=/lib64/tls/liballocator.so.0
      2417:       trying file=/lib64/x86_64/liballocator.so.0
      2417:       trying file=/lib64/liballocator.so.0
      2417:       trying file=/usr/lib64/tls/x86_64/liballocator.so.0
      2417:       trying file=/usr/lib64/tls/liballocator.so.0
      2417:       trying file=/usr/lib64/x86_64/liballocator.so.0
      2417:       trying file=/usr/lib64/liballocator.so.0
      2417:
      2417:     find library=liballocator.so.0 [0]; searching
      2417:      search cache=/etc/ld.so.cache
      2417:      search path=/lib64:/usr/lib64          (system search path)
      2417:       trying file=/lib64/liballocator.so.0
      2417:       trying file=/usr/lib64/liballocator.so.0
      2417:
      2417:
      2417:     calling init: /home/wm/usr/src/smalltalk/squeak6.0alpha/bin/SqueakFFIPrims.so
      2417:
      2417:     /home/wm/usr/src/smalltalk/squeak6.0alpha/bin/SqueakFFIPrims.so: error: symbol lookup error: undefined symbol: primitiveFFIGetLastErrorAccessorDepth (fatal)

I will be trying re-investigating that vm pthread stuff 

If anybody thinks this merits contacting vm-dev, please do.


progress!