This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/17164] gdb assert in elf_gnu_ifunc_resolver_return_stop


https://sourceware.org/bugzilla/show_bug.cgi?id=17164

--- Comment #1 from Mikhail Veltishchev <dichlofos-mv at yandex dot ru> ---
Program example:

#include <stdio.h>
#include <string>
using namespace std;

void func() {
    string s("1234");  // length matters
    cout << s.data() << Endl;
}

int main() {
    func();
    return 0;
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]