5031435 fsdb dumps a core with :log_otodb command Summary: All comments in bug apply. Patch: http://icculus.org/~eviltypeguy/5031435.patch Solution: The solution was to ensure that log_get_header_info is called so that log_eb is initialized before log_lodb tries to use it. Testing: The new binary still compiles successfully after applying the patch, and no new lint errors were introduced. Testing was done by using the procedure outlined in the bug to attempt to reproduce the segmentation fault. The error appears to be resolved.