Hello,

I compiled curl from the github repository with --with-openssl then I
compiled multi-app.c.
When I run the program in gdb and add a breakpoint for pthread_create I see:

> gdb) bt
> #0  __pthread_create_2_1 (newthread=0x555555590d50, attr=0x0,
> start_routine=0x7ffff7f61d20, arg=0x555555590fe0) at pthread_create.c:625
> #1  0x00007ffff7f61da6 in ?? () from /lib/x86_64-linux-gnu/libcurl.so.4
> #2  0x00007ffff7f65224 in ?? () from /lib/x86_64-linux-gnu/libcurl.so.4
> #3  0x00007ffff7f29875 in ?? () from /lib/x86_64-linux-gnu/libcurl.so.4
> #4  0x00007ffff7f3f2ce in ?? () from /lib/x86_64-linux-gnu/libcurl.so.4
> #5  0x00007ffff7f5125f in ?? () from /lib/x86_64-linux-gnu/libcurl.so.4
> #6  0x00007ffff7f520c1 in curl_multi_perform () from
> /lib/x86_64-linux-gnu/libcurl.so.4
> #7  0x00005555555554ec in main () at main.c:45
>

Is this expected?

Thanks
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to