Comment 2 for bug 1881751

Revision history for this message
Olivier Tilloy (osomon) wrote :

At frame #6, in Serialize() (media/base/media_serializers.h:380):

    FIELD_SERIALIZE("file", value.file_name());

It appears that value.file_name() is nullptr (which is subsequently causing the Value(const char*) constructor to crash).