Dynatrace / superdump

A service for automated crash-dump analysis
Other
515 stars 76 forks source link

Missing libunwind patches/code #212

Closed cobexer closed 4 years ago

cobexer commented 4 years ago

I'm trying to rebuild the Linux container with an updated Ubuntu base Image, however I can't get libunwind to compile (neither version 1.1 nor 1.2-rc1 - the latter seems to be what the dotstone/sdlinux:base image contains based on running strings and guessing...)

There are references to _UCD_set_backing_files_sysroot but that function doesn't exist anywhere Google would find...

Am I missing something? Is there a patch missing for libunwind?