http://defect.opensolaris.org/bz/show_bug.cgi?id=14343

           Summary: GUI/"nwamadm show events" dump core every 2min
    Classification: Development
           Product: nwam
           Version: RC6
          Platform: ANY/Generic
        OS/Version: All
            Status: ACCEPTED
          Severity: blocker
          Priority: P1
         Component: ON daemon
        AssignedTo: alan.maguire at sun.com
        ReportedBy: alan.maguire at sun.com
         QAContact: nwam-dev at opensolaris.org


--- Comment #0 from amaguire <alan.maguire at sun.com> 2010-02-03 07:46:28 UTC 
---
We are sending out empty internal-only events to listeners. They attempt to
dereference data in them and dump core. These include the check events which
happen every 2min so the GUI dies every 2min. The same will happen for "nwamadm
show-events". Fix is simple, we only nwamd_event_send() if the event type is <=
NWAM_EVENT_MAX, since this ensures only externally-visible events will be sent.

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Reply via email to