Skip to content

twitter-mysql-ca173b6 was failed to make with the newest google-breakpad #2

@zhaiwx1987

Description

@zhaiwx1987

twitter-mysql-ca173b6 was failed to make with the newest google-breakpad
caused by two change:

  1. define of callback function was changed
    in sql/minidump.cc:
    dump_callback(const char *dump_path,
    const char *minidump_id,
    void *,
    bool succeeded)

in client/linux/handler/exception_handler.h

typedef bool (MinidumpCallback)(const MinidumpDescriptor& descriptor,
void
context,
bool succeeded);

  1. "breakpad/src/common/linux/linux_libc_support.cc" defined a set of functions with the prefix "my_" and they were conflicted with the function of mysql.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions