Results 1 to 2 of 2

Thread: icegridadmin "service list" crash

  1. #1
    volk is offline Registered User
    Name: Sergii Volchkov
    Organization: Metaversum
    Project: Carbon
    Join Date
    Apr 2008
    Location
    Kyiv, Ukraine
    Posts
    3

    icegridadmin "service list" crash

    Hi!

    icegridadmin command "service list ID" crashes the program.

    In IceGrid/parser.cpp, function void Parser::listServices(), it is first ensured that list consisting of one argument is passed, and then list's second element is accessed (line 1549):

    if(args.size() != 1)
    // report and return;

    string service = *(++args.begin());

    although the variable is not used anywhere later.

  2. #2
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Hi,

    Thanks for the bug report! This will be fixed for the next release.

    Cheers,
    Benoit.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 4
    Last Post: 01-31-2011, 07:32 PM
  2. Replies: 6
    Last Post: 07-12-2009, 01:44 PM
  3. Replies: 1
    Last Post: 06-09-2009, 10:53 PM
  4. Replies: 1
    Last Post: 01-28-2009, 06:15 AM
  5. Replies: 4
    Last Post: 10-26-2006, 11:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •