[Boost-bugs] [Boost C++ Libraries] #7377: Abort trap when using Program Options

Subject: [Boost-bugs] [Boost C++ Libraries] #7377: Abort trap when using Program Options
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-09-14 14:43:32


#7377: Abort trap when using Program Options
-----------------------------------+----------------------------------------
 Reporter: lordthistle@… | Owner: vladimir_prus
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: program_options
  Version: Boost 1.51.0 | Severity: Showstopper
 Keywords: |
-----------------------------------+----------------------------------------
 Hello,
  I tried to run the simple example provided on the web site at the
 following URL (file 'first'):

 http://www.boost.org/doc/libs/1_51_0/doc/html/program_options/tutorial.html#id2547756

 When I run:
 ./test_po a b c d e OR ./test_po --compression 1
 there are no problems.

 When I run
 ./test_po --compression
 ./test_po -compression
 ./test_po -a OR ./test_po -a 1
 ./test_po -aa oR ./test_po --a 1
 the program fails due to an abort trap.

 This is my working environment:
 - boost 1.51.1
 - OS X 10.6.8
 - g++ i686-apple-darwin10-g++-4.2.1

 Please let me know in case you need more info.

 Regards

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7377>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC