Either you are not getting symbols at all for some modules, or you are getting symbols for those modules but the symbols are not complete. You need to figure out which it is.
The debug output from minidump_stackwalk tells you when symbols cannot be found. You can also manually look for .sym files to see if they exist, and if they don't then figure out why they aren't being created.
If the relevant .sym files exist then load them into a text editor and look to see whether the symbols are present. If the symbols you care about are missing then experiment with the process that creates .sym files to find out why not.