Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

a rare crash when reading MP3 files #72

@yui-3

Description

@yui-3

image

the probability of crashing is low, and there is no particularly complex logic. It just reads the header information of several MP3 files.

[Inline Frame] MyProject-Win64-Shipping.exe!hdr_valid(const unsigned char *) Line 266 C++
MyProject-Win64-Shipping.exe!hdr_compare(const unsigned char * h1, const unsigned char * h2) Line 275 C++
[Inline Frame] MyProject-Win64-Shipping.exe!mp3d_match_frame(const unsigned char *) Line 1665 C++
MyProject-Win64-Shipping.exe!mp3d_find_frame(const unsigned char * mp3, int mp3_bytes, int * free_format_bytes, int * ptr_frame_bytes) Line 1695 C++
[Inline Frame] MyProject-Win64-Shipping.exe!mp3dec_detect_cb(mp3dec_io_t *) Line 277 C++
[Inline Frame] MyProject-Win64-Shipping.exe!mp3dec_detect_buf(const unsigned char *) Line 242 C++
MyProject-Win64-Shipping.exe!FMP3_RuntimeCodec::CheckAudioFormat(const FRuntimeBulkDataBuffer & AudioData) Line 22 C++
[Inline Frame] MyProject-Win64-Shipping.exe!FRuntimeCodecFactory::GetCodecs(const FRuntimeBulkDataBuffer &) Line 64 C++
MyProject-Win64-Shipping.exe!URuntimeAudioUtilities::GetAudioHeaderInfoFromBuffer::__l2::<lambda_1>::operator()() Line 86 C++
[External Code]
[Frames may be missing, no binary loaded for kernel32.dll]
[External Code]

Unhandled exception at 0x00007FF6C1963F00 (MyProject-Win64-Shipping.exe) in UEMinidump.dmp: 0xC0000005: Access violation reading location 0x000002B733B00B40.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions