Re: A problem debugging libraries
Tommi Höynälänmaa <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
17.03.2017, 20:56, Simon Marchi kirjoitti:
> Hi Tommi,
>
> You can try to use "info shared" to see which library is effectively loaded in your
> program and see if it matches your expectations. You can also type "reak dnrm2" and
> <tab> to see what symbols GDB knows about.
>
> Simon
>
Thanks for your help. The reason for the bug was a static library
containing an erroneous reimplementation of function dnrm2.
- Tommi H.