IBM / portlibfori

A set of APIs to enable applications to be more easily ported to PASE on IBM i
Other
8 stars 7 forks source link

fix: backtrace segmentation fault #13

Closed abmusse closed 4 years ago

abmusse commented 4 years ago

Fixes #12

This problem affects running backtrace from pthread as the bottom of the pthread stack will always have a NULL return address.

kadler commented 4 years ago

Please note in the commit that the problem affects running backtrace from pthread as the bottom of the pthread stack will always have a NULL return address.