radium segfaults on reading command line options
Richard Rothwell via Argus-info <[email protected]>
| Newsgroups | gmane.network.argus |
|---|---|
| Message-ID | <[email protected]> |
Hi Carter This command line used to work, but now it segfaults as follows: /usr/local/sbin/radium -S cisco://any:9012 -d -e 12 -P 562 -M 60 -- local dur lte 300 Program received signal SIGSEGV, Segmentation fault. 0x0000000000405511 in ArgusClientInit (parser=0x7ffff7eab010) at ./radium.c:117 117 if (isdigit(*optarg)) I have submitted a bug via your bug reporter. I am not even sure why it compiles as I can’t locate the definition of optarg. Elsewhere its a local variable, but here it seems to be a global without a definition. Regards from Richard