You do not have any debugging symbols required to display the callstack for this crash.
Can you give a little bit more context?..
You need debugging symbols to display call stack other wise you gonna have bunch of memory addresses that does not tell much. It is also needed to debugging other wise debugger won’t know in which point of code crash happens, symbol simply allows to translate memory address to code position. Generly means whatever oyuy running crashed, but as goncasmage we need more context to help you, what are you trying to do?