Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Unsupported base encoding 0x30 (0x34)

errorcode
Beginner
373 Views

We're using Intel C/C++ compiler version 9.0. Our app crashes with a message that reads:

Unsupported base encoding 0x30 (0x34). Please report back to Intel. Aborted.

What does that mean?

0 Kudos
3 Replies
Brandon_H_Intel
Employee
373 Views

I would definitely submit a Premier Support issue on this (https://premier.intel.com). Can you try a later compiler update to see if it's resolved there?

I did see a similar issue to this related to use of the LD_PRELOAD environment variable. Do you have that set to anything?

0 Kudos
errorcode
Beginner
373 Views
MADlhewitt:

I did see a similar issue to this related to use of the LD_PRELOAD environment variable. Do you have that set to anything?

Yes, I do. I have LD_PRELOAD=libgcc_s.so.1. After clearing the LD_PRELOAD environment variable the problem seems to go away. Could you please explain why setting LD_PRELOAD causes such a problem?

0 Kudos
Brandon_H_Intel
Employee
373 Views

Unfortunately, we didn't get to the bottom of that on the other issue. That other customer was also mixing incompatible libs from different OS distros. Is there a reason you need LD_PRELOAD set?

0 Kudos
Reply