[bind10-dev] b10-stats failed with exit status 256?
Naoki Kambe
kambe at jprs.co.jp
Wed Dec 5 04:17:45 UTC 2012
Hello,
I couldn't reproduce it in my environment. Here "exit status 256"
means sys.exit(1)? The return code doesn't seem to be from
os.WEXITSTATUS()? If so, I think b10-stats maybe failed due to some
error like SessionError or StatsError.
b10-stats:
691 except isc.cc.session.SessionError as se:
692 logger.fatal(STATS_CC_SESSION_ERROR, se)
693 sys.exit(1)
694 except StatsError as se:
695 logger.fatal(STATS_START_ERROR, se)
696 sys.exit(1)
Regards,
Naoki Kambe
From: "Jeremy C. Reed" <jreed at isc.org>
Subject: [bind10-dev] b10-stats failed with exit status 256?
Date: Tue, 4 Dec 2012 11:59:54 -0600 (CST)
> Anyone seen this error before?
>
> bind10.log.12:2012-11-29 17:47:27.190 ERROR [b10-boss.boss]
> BIND10_COMPONENT_FAILED component b10-stats (pid 26045) failed: process
> exited normally with exit status 256
> bind10.log.22:2012-11-28 14:33:53.030 ERROR [b10-boss.boss]
> BIND10_COMPONENT_FAILED component b10-stats (pid 34384) failed: process
> exited normally with exit status 256
> bind10.log.23:2012-11-26 19:20:58.696 ERROR [b10-boss.boss]
> BIND10_COMPONENT_FAILED component b10-stats (pid 44838) failed: process
> exited normally with exit status 256
>
> I don't see any related messages about the failure.
>
> This is with the October release version. It usually handles around 5500
> to 10,000 qps.
> _______________________________________________
> bind10-dev mailing list
> bind10-dev at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind10-dev
>
More information about the bind10-dev
mailing list