Results 1 to 3 of 3

Thread: icegridadmin segfaults with malformed descriptor

  1. #1
    n2503v is offline Registered User
    Name: Alex Makarenko
    Organization: ACFR, University of Sydney
    Project: Orca
    Join Date
    Jun 2005
    Posts
    134

    icegridadmin segfaults with malformed descriptor

    By accident came across this obscure bug.

    icegridadmin segfaults when loading an application descriptor with nested server instances.

    Code:
    <icegrid>
        <application name="TestSystem">
    
            <server-template id="sometemplate">
                <server id="someid" exe="/some/path" activation="manual">
                    <adapter name="someadapter" register-process="true" id="someid"/>
                </server>
            </server-template>
    
            <node name="s">
                <server-instance template="sometemplate">
                    <server-instance template="sometemplate"/>
                </server-instance>
            </node>
    
        </application>
    </icegrid>
    Alex Makarenko
    Marathon Robotics
    project: multi-robot systems

  2. #2
    dwayne's Avatar
    dwayne is offline ZeroC Staff
    Name: Dwayne Boone
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Jan 2005
    Location
    St. John's, Newfoundland
    Posts
    397
    Thanks for the report. What version of Ice and OS did this occur with?
    Dwayne Boone

  3. #3
    n2503v is offline Registered User
    Name: Alex Makarenko
    Organization: ACFR, University of Sydney
    Project: Orca
    Join Date
    Jun 2005
    Posts
    134
    Ice-3.3.1 on Linux.
    Alex Makarenko
    Marathon Robotics
    project: multi-robot systems

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. IcePy segfaults on incorrect router configuration
    By vsevolod in forum Bug Reports
    Replies: 1
    Last Post: 10-27-2009, 11:29 AM
  2. how get services descriptor?
    By Andrew in forum Help Center
    Replies: 1
    Last Post: 07-02-2008, 11:25 AM
  3. Icebox descriptor
    By xdm in forum Help Center
    Replies: 1
    Last Post: 01-24-2006, 11:21 AM
  4. using Monitor segfaults
    By timruijs in forum Help Center
    Replies: 2
    Last Post: 07-19-2004, 10:37 AM
  5. IceStorm service descriptor
    By istvan in forum Help Center
    Replies: 4
    Last Post: 10-31-2003, 09:55 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
  •