We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try: eqPly --eq-logfile
Backtrace: #0 __strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:2112 #1 0x00007ffff7adad95 in eq::_parseArguments (argc=2, argv=0x7fffffffde48)
at /home/jhernando/bbp/Buildyard/src/Equalizer/libs/eq/client/init.cpp:173
#2 0x00007ffff7ada83f in eq::_init (argc=2, argv=0x7fffffffde48, nodeFactory=
0x7fffffffdd20) at /home/jhernando/bbp/Buildyard/src/Equalizer/libs/eq/client/init.cpp:70
#3 0x000000000049a73d in eq::init (argc=2, argv=0x7fffffffde48,
nodeFactory=0x7fffffffdd20) at /home/jhernando/bbp/Buildyard/src/Equalizer/libs/eq/client/init.h:60
#4 0x000000000049a2df in main (argc=2, argv=0x7fffffffde48)
at /home/jhernando/bbp/Buildyard/src/Equalizer/examples/eqPly/main.cpp:64
The cause is that strcmp("foo", 0) has undefined behaviour
The text was updated successfully, but these errors were encountered:
Fix for argument parsing bugs (Issue Eyescale#175)
815d845
43b9bd3
Revert "Fix for argument parsing bugs (Issue #175)"
303dbcb
This reverts commit 815d845.
hernando
No branches or pull requests
Try:
eqPly --eq-logfile
Backtrace:
#0 __strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:2112
#1 0x00007ffff7adad95 in eq::_parseArguments (argc=2, argv=0x7fffffffde48)
#2 0x00007ffff7ada83f in eq::_init (argc=2, argv=0x7fffffffde48, nodeFactory=
#3 0x000000000049a73d in eq::init (argc=2, argv=0x7fffffffde48,
#4 0x000000000049a2df in main (argc=2, argv=0x7fffffffde48)
The cause is that strcmp("foo", 0) has undefined behaviour
The text was updated successfully, but these errors were encountered: