How to demangle optix constant memory symbol

Hi,

While trying to upgrade my pathtracer to osl 14.6 I’ve started to have this error during optixPipelineCreate:

Error: Symbol ‘_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25’ was defined multiple times. First seen in: ‘0xa91e6fb66f556d5c__raygen__setglobals-and-1-more’

Since the osl optix renderer just compiles fine this is due to some include files that double defines a symbol but I’m having trouble finding what symbol could be included in the modules more than once.

Is there a way to demangle the name _optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25 so it’s easier to find what the problem is?

Thanks

Sergen