Re: Bug in --ip-address
"Georges Arnould" <[email protected]> Tue, 5 Oct 2004 18:17:13 +0200
| Newsgroups | gmane.comp.gnu.radius.bugs |
|---|---|
| Message-ID | <02b001c4aaf6$c83bb750$6c16a8c0@winbebert> |
Precision : I can't manage to have any option requirering an argument (like -x or --ip-address) working. The command line parser seems to not be able to handle the value associated ton the option and "optarg" is either NULL either containing a wrong value. Because I do not manage to gdb'ize this part of the code, I can't give more information. GDB says : --- warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code. --- How can I step into this part of the code ? Could any one help me ? Regards, Georges ----- Original Message ----- From: "Georges Arnould" <[email protected]> To: <[email protected]> Sent: Tuesday, October 05, 2004 12:41 PM Subject: Bug in --ip-address > Hi folks and Sergey, > > Using the --ip-address cmdline option segfaults. The "optarg" argument > is NULL. > > I didn't went further on that trouble. > > Georges >