Mailing List Archive

Lot of errors after update
Hello,
I've just updated my cluster nodes and now I see lot of these errors in
syslog:

Sep 30 15:32:43 localhost cib: [2870]: ERROR: crm_abort:
crm_glib_handler: Forked child 28573 to record non-fatal assert at
utils.c:449 : Source ID 128394 was not found when attempting to remove it
Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort:
crm_glib_handler: Forked child 28753 to record non-fatal assert at
utils.c:449 : Source ID 128395 was not found when attempting to remove it
Sep 30 15:32:55 localhost attrd: [2872]: ERROR: crm_abort:
crm_glib_handler: Forked child 28756 to record non-fatal assert at
utils.c:449 : Source ID 58434 was not found when attempting to remove it
Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort:
crm_glib_handler: Forked child 28757 to record non-fatal assert at
utils.c:449 : Source ID 128396 was not found when attempting to remove it
Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort:
crm_glib_handler: Forked child 28876 to record non-fatal assert at
utils.c:449 : Source ID 128397 was not found when attempting to remove it
Sep 30 15:33:04 localhost attrd: [2872]: ERROR: crm_abort:
crm_glib_handler: Forked child 28877 to record non-fatal assert at
utils.c:449 : Source ID 58435 was not found when attempting to remove it
Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort:
crm_glib_handler: Forked child 28878 to record non-fatal assert at
utils.c:449 : Source ID 128398 was not found when attempting to remove it
Sep 30 15:33:11 localhost cib: [2870]: 29010 to record non-fatal assert
at utils.c:449 : Source ID 128399 was not found when attempting to remove it
Sep 30 15:33:11 localhost attrd: [2872]: ERROR: crm_abort:
crm_glib_handler: Forked child 29011 to record non-fatal assert at
utils.c:449 : Source ID 58436 was not found when attempting to remove it
Sep 30 15:33:11 localhost cib: [2870]: ERROR: crm_abort:
crm_glib_handler: Forked child 29012 to record non-fatal assert at
utils.c:449 : Source ID 128400 was not found when attempting to remove it
Sep 30 15:33:14 localhost cib: [2870]: ERROR: crm_abort:
crm_glib_handler: Forked child 29060 to record non-fatal assert at
utils.c:449 : Source ID 128401 was not found when attempting to remove it
Sep 30 15:33:14 localhost attrd: [2872]: ERROR: crm_abort:
crm_glib_handler: Forked child 29061 to record non-fatal assert at
utils.c:449 : Source ID 58437 was not found when attempting to remove it

I don't understand what does it mean.

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org
Re: Lot of errors after update [ In reply to ]
On 30 Sep 2014, at 11:36 pm, Riccardo Bicelli <r.bicelli@gmail.com> wrote:

> Hello,
> I've just updated my cluster nodes and now I see lot of these errors in syslog:
>
> Sep 30 15:32:43 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 28573 to record non-fatal assert at utils.c:449 : Source ID 128394 was not found when attempting to remove it
> Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 28753 to record non-fatal assert at utils.c:449 : Source ID 128395 was not found when attempting to remove it
> Sep 30 15:32:55 localhost attrd: [2872]: ERROR: crm_abort: crm_glib_handler: Forked child 28756 to record non-fatal assert at utils.c:449 : Source ID 58434 was not found when attempting to remove it
> Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 28757 to record non-fatal assert at utils.c:449 : Source ID 128396 was not found when attempting to remove it
> Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 28876 to record non-fatal assert at utils.c:449 : Source ID 128397 was not found when attempting to remove it
> Sep 30 15:33:04 localhost attrd: [2872]: ERROR: crm_abort: crm_glib_handler: Forked child 28877 to record non-fatal assert at utils.c:449 : Source ID 58435 was not found when attempting to remove it
> Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 28878 to record non-fatal assert at utils.c:449 : Source ID 128398 was not found when attempting to remove it
> Sep 30 15:33:11 localhost cib: [2870]: 29010 to record non-fatal assert at utils.c:449 : Source ID 128399 was not found when attempting to remove it
> Sep 30 15:33:11 localhost attrd: [2872]: ERROR: crm_abort: crm_glib_handler: Forked child 29011 to record non-fatal assert at utils.c:449 : Source ID 58436 was not found when attempting to remove it
> Sep 30 15:33:11 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 29012 to record non-fatal assert at utils.c:449 : Source ID 128400 was not found when attempting to remove it
> Sep 30 15:33:14 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 29060 to record non-fatal assert at utils.c:449 : Source ID 128401 was not found when attempting to remove it
> Sep 30 15:33:14 localhost attrd: [2872]: ERROR: crm_abort: crm_glib_handler: Forked child 29061 to record non-fatal assert at utils.c:449 : Source ID 58437 was not found when attempting to remove it
>
> I don't understand what does it mean.

It means glib is bitching about something it didn't used to.

What version of pacemaker did you update to? I'm reasonably confident they're fixed in 1.1.12
Re: Lot of errors after update [ In reply to ]
I'm running pacemaker-1.0.10 and glib-2.40.0-r1:2 on gentoo

Il 30/09/2014 23:23, Andrew Beekhof ha scritto:
> On 30 Sep 2014, at 11:36 pm, Riccardo Bicelli <r.bicelli@gmail.com> wrote:
>
>> Hello,
>> I've just updated my cluster nodes and now I see lot of these errors in syslog:
>>
>> Sep 30 15:32:43 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 28573 to record non-fatal assert at utils.c:449 : Source ID 128394 was not found when attempting to remove it
>> Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 28753 to record non-fatal assert at utils.c:449 : Source ID 128395 was not found when attempting to remove it
>> Sep 30 15:32:55 localhost attrd: [2872]: ERROR: crm_abort: crm_glib_handler: Forked child 28756 to record non-fatal assert at utils.c:449 : Source ID 58434 was not found when attempting to remove it
>> Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 28757 to record non-fatal assert at utils.c:449 : Source ID 128396 was not found when attempting to remove it
>> Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 28876 to record non-fatal assert at utils.c:449 : Source ID 128397 was not found when attempting to remove it
>> Sep 30 15:33:04 localhost attrd: [2872]: ERROR: crm_abort: crm_glib_handler: Forked child 28877 to record non-fatal assert at utils.c:449 : Source ID 58435 was not found when attempting to remove it
>> Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 28878 to record non-fatal assert at utils.c:449 : Source ID 128398 was not found when attempting to remove it
>> Sep 30 15:33:11 localhost cib: [2870]: 29010 to record non-fatal assert at utils.c:449 : Source ID 128399 was not found when attempting to remove it
>> Sep 30 15:33:11 localhost attrd: [2872]: ERROR: crm_abort: crm_glib_handler: Forked child 29011 to record non-fatal assert at utils.c:449 : Source ID 58436 was not found when attempting to remove it
>> Sep 30 15:33:11 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 29012 to record non-fatal assert at utils.c:449 : Source ID 128400 was not found when attempting to remove it
>> Sep 30 15:33:14 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 29060 to record non-fatal assert at utils.c:449 : Source ID 128401 was not found when attempting to remove it
>> Sep 30 15:33:14 localhost attrd: [2872]: ERROR: crm_abort: crm_glib_handler: Forked child 29061 to record non-fatal assert at utils.c:449 : Source ID 58437 was not found when attempting to remove it
>>
>> I don't understand what does it mean.
> It means glib is bitching about something it didn't used to.
>
> What version of pacemaker did you update to? I'm reasonably confident they're fixed in 1.1.12
>
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
Re: Lot of errors after update [ In reply to ]
On 3 Oct 2014, at 12:10 am, Riccardo Bicelli <r.bicelli@gmail.com> wrote:

> I'm running pacemaker-1.0.10

well and truly time to get off the 1.0.x series

> and glib-2.40.0-r1:2 on gentoo
>
> Il 30/09/2014 23:23, Andrew Beekhof ha scritto:
>> On 30 Sep 2014, at 11:36 pm, Riccardo Bicelli <r.bicelli@gmail.com>
>> wrote:
>>
>>
>>> Hello,
>>> I've just updated my cluster nodes and now I see lot of these errors in syslog:
>>>
>>> Sep 30 15:32:43 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 28573 to record non-fatal assert at utils.c:449 : Source ID 128394 was not found when attempting to remove it
>>> Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 28753 to record non-fatal assert at utils.c:449 : Source ID 128395 was not found when attempting to remove it
>>> Sep 30 15:32:55 localhost attrd: [2872]: ERROR: crm_abort: crm_glib_handler: Forked child 28756 to record non-fatal assert at utils.c:449 : Source ID 58434 was not found when attempting to remove it
>>> Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 28757 to record non-fatal assert at utils.c:449 : Source ID 128396 was not found when attempting to remove it
>>> Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 28876 to record non-fatal assert at utils.c:449 : Source ID 128397 was not found when attempting to remove it
>>> Sep 30 15:33:04 localhost attrd: [2872]: ERROR: crm_abort: crm_glib_handler: Forked child 28877 to record non-fatal assert at utils.c:449 : Source ID 58435 was not found when attempting to remove it
>>> Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 28878 to record non-fatal assert at utils.c:449 : Source ID 128398 was not found when attempting to remove it
>>> Sep 30 15:33:11 localhost cib: [2870]: 29010 to record non-fatal assert at utils.c:449 : Source ID 128399 was not found when attempting to remove it
>>> Sep 30 15:33:11 localhost attrd: [2872]: ERROR: crm_abort: crm_glib_handler: Forked child 29011 to record non-fatal assert at utils.c:449 : Source ID 58436 was not found when attempting to remove it
>>> Sep 30 15:33:11 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 29012 to record non-fatal assert at utils.c:449 : Source ID 128400 was not found when attempting to remove it
>>> Sep 30 15:33:14 localhost cib: [2870]: ERROR: crm_abort: crm_glib_handler: Forked child 29060 to record non-fatal assert at utils.c:449 : Source ID 128401 was not found when attempting to remove it
>>> Sep 30 15:33:14 localhost attrd: [2872]: ERROR: crm_abort: crm_glib_handler: Forked child 29061 to record non-fatal assert at utils.c:449 : Source ID 58437 was not found when attempting to remove it
>>>
>>> I don't understand what does it mean.
>>>
>> It means glib is bitching about something it didn't used to.
>>
>> What version of pacemaker did you update to? I'm reasonably confident they're fixed in 1.1.12
>>
>>
>>
>> _______________________________________________
>> Pacemaker mailing list:
>> Pacemaker@oss.clusterlabs.org
>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>
>>
>> Project Home:
>> http://www.clusterlabs.org
>>
>> Getting started:
>> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>>
>> Bugs:
>> http://bugs.clusterlabs.org
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
Re: Lot of errors after update [ In reply to ]
Hi Andrew,

About a similar problem, we confirmed it in Pacemaker1.1.12.
The problem occurs in (glib2.40.0) in Ubuntu14.04.

lrmd[1632]:    error: crm_abort: crm_glib_handler: Forked child 1840 to record non-fatal assert at logging.c:73 : Source ID 51 was not found when attempting to remove it
lrmd[1632]:     crit: crm_glib_handler: GLib: Source ID 51 was not found when attempting to remove it


This problem does not happen in RHEL6.


The cause of the version of glib seem to be different.


When g_source_remove does timer processing to return FALSE, it becomes the error in glib2.40.0.(Probably as for the subsequent version too)

It seems to be necessary to revise Pacemaker to solve a problem.

Best Regards,
Hideo Yamauchi.


----- Original Message -----
> From: Andrew Beekhof <andrew@beekhof.net>
> To: The Pacemaker cluster resource manager <pacemaker@oss.clusterlabs.org>
> Cc:
> Date: 2014/10/3, Fri 08:06
> Subject: Re: [Pacemaker] Lot of errors after update
>
>
> On 3 Oct 2014, at 12:10 am, Riccardo Bicelli <r.bicelli@gmail.com> wrote:
>
>> I'm running  pacemaker-1.0.10
>
> well and truly time to get off the 1.0.x series
>
>> and  glib-2.40.0-r1:2 on gentoo
>>
>> Il 30/09/2014 23:23, Andrew Beekhof ha scritto:
>>> On 30 Sep 2014, at 11:36 pm, Riccardo Bicelli
> <r.bicelli@gmail.com>
>>>   wrote:
>>>
>>>
>>>> Hello,
>>>> I've just updated my cluster nodes and now I see lot of these
> errors in syslog:
>>>>
>>>> Sep 30 15:32:43 localhost cib: [2870]: ERROR: crm_abort:
> crm_glib_handler: Forked child 28573 to record non-fatal assert at utils.c:449 :
> Source ID 128394 was not found when attempting to remove it
>>>> Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort:
> crm_glib_handler: Forked child 28753 to record non-fatal assert at utils.c:449 :
> Source ID 128395 was not found when attempting to remove it
>>>> Sep 30 15:32:55 localhost attrd: [2872]: ERROR: crm_abort:
> crm_glib_handler: Forked child 28756 to record non-fatal assert at utils.c:449 :
> Source ID 58434 was not found when attempting to remove it
>>>> Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort:
> crm_glib_handler: Forked child 28757 to record non-fatal assert at utils.c:449 :
> Source ID 128396 was not found when attempting to remove it
>>>> Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort:
> crm_glib_handler: Forked child 28876 to record non-fatal assert at utils.c:449 :
> Source ID 128397 was not found when attempting to remove it
>>>> Sep 30 15:33:04 localhost attrd: [2872]: ERROR: crm_abort:
> crm_glib_handler: Forked child 28877 to record non-fatal assert at utils.c:449 :
> Source ID 58435 was not found when attempting to remove it
>>>> Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort:
> crm_glib_handler: Forked child 28878 to record non-fatal assert at utils.c:449 :
> Source ID 128398 was not found when attempting to remove it
>>>> Sep 30 15:33:11 localhost cib: [2870]:  29010 to record non-fatal
> assert at utils.c:449 : Source ID 128399 was not found when attempting to remove
> it
>>>> Sep 30 15:33:11 localhost attrd: [2872]: ERROR: crm_abort:
> crm_glib_handler: Forked child 29011 to record non-fatal assert at utils.c:449 :
> Source ID 58436 was not found when attempting to remove it
>>>> Sep 30 15:33:11 localhost cib: [2870]: ERROR: crm_abort:
> crm_glib_handler: Forked child 29012 to record non-fatal assert at utils.c:449 :
> Source ID 128400 was not found when attempting to remove it
>>>> Sep 30 15:33:14 localhost cib: [2870]: ERROR: crm_abort:
> crm_glib_handler: Forked child 29060 to record non-fatal assert at utils.c:449 :
> Source ID 128401 was not found when attempting to remove it
>>>> Sep 30 15:33:14 localhost attrd: [2872]: ERROR: crm_abort:
> crm_glib_handler: Forked child 29061 to record non-fatal assert at utils.c:449 :
> Source ID 58437 was not found when attempting to remove it
>>>>
>>>> I don't understand what does it mean.
>>>>
>>> It means glib is bitching about something it didn't used to.
>>>
>>> What version of pacemaker did you update to?  I'm reasonably
> confident they're fixed in 1.1.12
>>>
>>>
>>>
>>> _______________________________________________
>>> Pacemaker mailing list:
>>> Pacemaker@oss.clusterlabs.org
>>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>>
>>>
>>> Project Home:
>>> http://www.clusterlabs.org
>>>
>>> Getting started:
>>> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>>>
>>> Bugs:
>>> http://bugs.clusterlabs.org
>>
>> _______________________________________________
>> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>
>> Project Home: http://www.clusterlabs.org
>> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>> Bugs: http://bugs.clusterlabs.org
>
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
>

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org
Re: Lot of errors after update [ In reply to ]
On 3 Oct 2014, at 11:18 am, renayama19661014@ybb.ne.jp wrote:

> Hi Andrew,
>
> About a similar problem, we confirmed it in Pacemaker1.1.12.
> The problem occurs in (glib2.40.0) in Ubuntu14.04.
>
> lrmd[1632]: error: crm_abort: crm_glib_handler: Forked child 1840 to record non-fatal assert at logging.c:73 : Source ID 51 was not found when attempting to remove it
> lrmd[1632]: crit: crm_glib_handler: GLib: Source ID 51 was not found when attempting to remove it

stack trace of child 1840?

>
>
> This problem does not happen in RHEL6.
>
>
> The cause of the version of glib seem to be different.
>
>
> When g_source_remove does timer processing to return FALSE, it becomes the error in glib2.40.0.(Probably as for the subsequent version too)
>
> It seems to be necessary to revise Pacemaker to solve a problem.
>
> Best Regards,
> Hideo Yamauchi.
>
>
> ----- Original Message -----
>> From: Andrew Beekhof <andrew@beekhof.net>
>> To: The Pacemaker cluster resource manager <pacemaker@oss.clusterlabs.org>
>> Cc:
>> Date: 2014/10/3, Fri 08:06
>> Subject: Re: [Pacemaker] Lot of errors after update
>>
>>
>> On 3 Oct 2014, at 12:10 am, Riccardo Bicelli <r.bicelli@gmail.com> wrote:
>>
>>> I'm running pacemaker-1.0.10
>>
>> well and truly time to get off the 1.0.x series
>>
>>> and glib-2.40.0-r1:2 on gentoo
>>>
>>> Il 30/09/2014 23:23, Andrew Beekhof ha scritto:
>>>> On 30 Sep 2014, at 11:36 pm, Riccardo Bicelli
>> <r.bicelli@gmail.com>
>>>> wrote:
>>>>
>>>>
>>>>> Hello,
>>>>> I've just updated my cluster nodes and now I see lot of these
>> errors in syslog:
>>>>>
>>>>> Sep 30 15:32:43 localhost cib: [2870]: ERROR: crm_abort:
>> crm_glib_handler: Forked child 28573 to record non-fatal assert at utils.c:449 :
>> Source ID 128394 was not found when attempting to remove it
>>>>> Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort:
>> crm_glib_handler: Forked child 28753 to record non-fatal assert at utils.c:449 :
>> Source ID 128395 was not found when attempting to remove it
>>>>> Sep 30 15:32:55 localhost attrd: [2872]: ERROR: crm_abort:
>> crm_glib_handler: Forked child 28756 to record non-fatal assert at utils.c:449 :
>> Source ID 58434 was not found when attempting to remove it
>>>>> Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort:
>> crm_glib_handler: Forked child 28757 to record non-fatal assert at utils.c:449 :
>> Source ID 128396 was not found when attempting to remove it
>>>>> Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort:
>> crm_glib_handler: Forked child 28876 to record non-fatal assert at utils.c:449 :
>> Source ID 128397 was not found when attempting to remove it
>>>>> Sep 30 15:33:04 localhost attrd: [2872]: ERROR: crm_abort:
>> crm_glib_handler: Forked child 28877 to record non-fatal assert at utils.c:449 :
>> Source ID 58435 was not found when attempting to remove it
>>>>> Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort:
>> crm_glib_handler: Forked child 28878 to record non-fatal assert at utils.c:449 :
>> Source ID 128398 was not found when attempting to remove it
>>>>> Sep 30 15:33:11 localhost cib: [2870]: 29010 to record non-fatal
>> assert at utils.c:449 : Source ID 128399 was not found when attempting to remove
>> it
>>>>> Sep 30 15:33:11 localhost attrd: [2872]: ERROR: crm_abort:
>> crm_glib_handler: Forked child 29011 to record non-fatal assert at utils.c:449 :
>> Source ID 58436 was not found when attempting to remove it
>>>>> Sep 30 15:33:11 localhost cib: [2870]: ERROR: crm_abort:
>> crm_glib_handler: Forked child 29012 to record non-fatal assert at utils.c:449 :
>> Source ID 128400 was not found when attempting to remove it
>>>>> Sep 30 15:33:14 localhost cib: [2870]: ERROR: crm_abort:
>> crm_glib_handler: Forked child 29060 to record non-fatal assert at utils.c:449 :
>> Source ID 128401 was not found when attempting to remove it
>>>>> Sep 30 15:33:14 localhost attrd: [2872]: ERROR: crm_abort:
>> crm_glib_handler: Forked child 29061 to record non-fatal assert at utils.c:449 :
>> Source ID 58437 was not found when attempting to remove it
>>>>>
>>>>> I don't understand what does it mean.
>>>>>
>>>> It means glib is bitching about something it didn't used to.
>>>>
>>>> What version of pacemaker did you update to? I'm reasonably
>> confident they're fixed in 1.1.12
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Pacemaker mailing list:
>>>> Pacemaker@oss.clusterlabs.org
>>>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>>>
>>>>
>>>> Project Home:
>>>> http://www.clusterlabs.org
>>>>
>>>> Getting started:
>>>> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>>>>
>>>> Bugs:
>>>> http://bugs.clusterlabs.org
>>>
>>> _______________________________________________
>>> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
>>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>>
>>> Project Home: http://www.clusterlabs.org
>>> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>>> Bugs: http://bugs.clusterlabs.org
>>
>>
>> _______________________________________________
>> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>
>> Project Home: http://www.clusterlabs.org
>> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>> Bugs: http://bugs.clusterlabs.org
>>
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
Re: Lot of errors after update [ In reply to ]
Hi Andrew,

>> lrmd[1632]:    error: crm_abort: crm_glib_handler: Forked child 1840 to 
> record non-fatal assert at logging.c:73 : Source ID 51 was not found when 
> attempting to remove it
>> lrmd[1632]:    crit: crm_glib_handler: GLib: Source ID 51 was not found 
> when attempting to remove it

> stack trace of child 1840?


No. I don't get it.

But, I have a simple method to confirm a problem of glib.
I register a problem with Bugzilla by the end of today and contact you.


Best Regards,
Hideo Yamauchi.



----- Original Message -----
> From: Andrew Beekhof <andrew@beekhof.net>
> To: renayama19661014@ybb.ne.jp; The Pacemaker cluster resource manager <pacemaker@oss.clusterlabs.org>
> Cc:
> Date: 2014/10/6, Mon 10:40
> Subject: Re: [Pacemaker] Lot of errors after update
>
>
> On 3 Oct 2014, at 11:18 am, renayama19661014@ybb.ne.jp wrote:
>
>> Hi Andrew,
>>
>> About a similar problem, we confirmed it in Pacemaker1.1.12.
>> The problem occurs in (glib2.40.0) in Ubuntu14.04.
>>
>> lrmd[1632]:    error: crm_abort: crm_glib_handler: Forked child 1840 to
> record non-fatal assert at logging.c:73 : Source ID 51 was not found when
> attempting to remove it
>> lrmd[1632]:    crit: crm_glib_handler: GLib: Source ID 51 was not found
> when attempting to remove it
>
> stack trace of child 1840?
>
>>
>>
>> This problem does not happen in RHEL6.
>>
>>
>> The cause of the version of glib seem to be different.
>>
>>
>> When g_source_remove does timer processing to return FALSE, it becomes the
> error in glib2.40.0.(Probably as for the subsequent version too)
>>
>> It seems to be necessary to revise Pacemaker to solve a problem.
>>
>> Best Regards,
>> Hideo Yamauchi.
>>
>>
>> ----- Original Message -----
>>> From: Andrew Beekhof <andrew@beekhof.net>
>>> To: The Pacemaker cluster resource manager
> <pacemaker@oss.clusterlabs.org>
>>> Cc:
>>> Date: 2014/10/3, Fri 08:06
>>> Subject: Re: [Pacemaker] Lot of errors after update
>>>
>>>
>>> On 3 Oct 2014, at 12:10 am, Riccardo Bicelli
> <r.bicelli@gmail.com> wrote:
>>>
>>>> I'm running  pacemaker-1.0.10
>>>
>>> well and truly time to get off the 1.0.x series
>>>
>>>> and  glib-2.40.0-r1:2 on gentoo
>>>>
>>>> Il 30/09/2014 23:23, Andrew Beekhof ha scritto:
>>>>> On 30 Sep 2014, at 11:36 pm, Riccardo Bicelli
>>> <r.bicelli@gmail.com>
>>>>>   wrote:
>>>>>
>>>>>
>>>>>> Hello,
>>>>>> I've just updated my cluster nodes and now I see lot of
> these
>>> errors in syslog:
>>>>>>
>>>>>> Sep 30 15:32:43 localhost cib: [2870]: ERROR: crm_abort:
>>> crm_glib_handler: Forked child 28573 to record non-fatal assert at
> utils.c:449 :
>>> Source ID 128394 was not found when attempting to remove it
>>>>>> Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort:
>>> crm_glib_handler: Forked child 28753 to record non-fatal assert at
> utils.c:449 :
>>> Source ID 128395 was not found when attempting to remove it
>>>>>> Sep 30 15:32:55 localhost attrd: [2872]: ERROR: crm_abort:
>>> crm_glib_handler: Forked child 28756 to record non-fatal assert at
> utils.c:449 :
>>> Source ID 58434 was not found when attempting to remove it
>>>>>> Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort:
>>> crm_glib_handler: Forked child 28757 to record non-fatal assert at
> utils.c:449 :
>>> Source ID 128396 was not found when attempting to remove it
>>>>>> Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort:
>>> crm_glib_handler: Forked child 28876 to record non-fatal assert at
> utils.c:449 :
>>> Source ID 128397 was not found when attempting to remove it
>>>>>> Sep 30 15:33:04 localhost attrd: [2872]: ERROR: crm_abort:
>>> crm_glib_handler: Forked child 28877 to record non-fatal assert at
> utils.c:449 :
>>> Source ID 58435 was not found when attempting to remove it
>>>>>> Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort:
>>> crm_glib_handler: Forked child 28878 to record non-fatal assert at
> utils.c:449 :
>>> Source ID 128398 was not found when attempting to remove it
>>>>>> Sep 30 15:33:11 localhost cib: [2870]:  29010 to record
> non-fatal
>>> assert at utils.c:449 : Source ID 128399 was not found when attempting
> to remove
>>> it
>>>>>> Sep 30 15:33:11 localhost attrd: [2872]: ERROR: crm_abort:
>>> crm_glib_handler: Forked child 29011 to record non-fatal assert at
> utils.c:449 :
>>> Source ID 58436 was not found when attempting to remove it
>>>>>> Sep 30 15:33:11 localhost cib: [2870]: ERROR: crm_abort:
>>> crm_glib_handler: Forked child 29012 to record non-fatal assert at
> utils.c:449 :
>>> Source ID 128400 was not found when attempting to remove it
>>>>>> Sep 30 15:33:14 localhost cib: [2870]: ERROR: crm_abort:
>>> crm_glib_handler: Forked child 29060 to record non-fatal assert at
> utils.c:449 :
>>> Source ID 128401 was not found when attempting to remove it
>>>>>> Sep 30 15:33:14 localhost attrd: [2872]: ERROR: crm_abort:
>>> crm_glib_handler: Forked child 29061 to record non-fatal assert at
> utils.c:449 :
>>> Source ID 58437 was not found when attempting to remove it
>>>>>>
>>>>>> I don't understand what does it mean.
>>>>>>
>>>>> It means glib is bitching about something it didn't used
> to.
>>>>>
>>>>> What version of pacemaker did you update to?  I'm
> reasonably
>>> confident they're fixed in 1.1.12
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Pacemaker mailing list:
>>>>> Pacemaker@oss.clusterlabs.org
>>>>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>>>>
>>>>>
>>>>> Project Home:
>>>>> http://www.clusterlabs.org
>>>>>
>>>>> Getting started:
>>>>> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>>>>>
>>>>> Bugs:
>>>>> http://bugs.clusterlabs.org
>>>>
>>>> _______________________________________________
>>>> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
>>>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>>>
>>>> Project Home: http://www.clusterlabs.org
>>>> Getting started:
> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>>>> Bugs: http://bugs.clusterlabs.org
>>>
>>>
>>> _______________________________________________
>>> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
>>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>>
>>> Project Home: http://www.clusterlabs.org
>>> Getting started:
> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>>> Bugs: http://bugs.clusterlabs.org
>>>
>>
>> _______________________________________________
>> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>
>> Project Home: http://www.clusterlabs.org
>> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>> Bugs: http://bugs.clusterlabs.org
>

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org
Re: Lot of errors after update [ In reply to ]
Hello,

Can somebody tell the status of this issue?

Regards,
Vlad.

On 06/10/14 04:23, renayama19661014@ybb.ne.jp wrote:
> Hi Andrew,
>
>>> lrmd[1632]: error: crm_abort: crm_glib_handler: Forked child 1840 to
>> record non-fatal assert at logging.c:73 : Source ID 51 was not found when
>> attempting to remove it
>>> lrmd[1632]: crit: crm_glib_handler: GLib: Source ID 51 was not found
>> when attempting to remove it
>>
>> stack trace of child 1840?
>
> No. I don't get it.
>
> But, I have a simple method to confirm a problem of glib.
> I register a problem with Bugzilla by the end of today and contact you.
>
>
> Best Regards,
> Hideo Yamauchi.
>
>
>
> ----- Original Message -----
>> From: Andrew Beekhof <andrew@beekhof.net>
>> To: renayama19661014@ybb.ne.jp; The Pacemaker cluster resource manager <pacemaker@oss.clusterlabs.org>
>> Cc:
>> Date: 2014/10/6, Mon 10:40
>> Subject: Re: [Pacemaker] Lot of errors after update
>>
>>
>> On 3 Oct 2014, at 11:18 am, renayama19661014@ybb.ne.jp wrote:
>>
>>> Hi Andrew,
>>>
>>> About a similar problem, we confirmed it in Pacemaker1.1.12.
>>> The problem occurs in (glib2.40.0) in Ubuntu14.04.
>>>
>>> lrmd[1632]: error: crm_abort: crm_glib_handler: Forked child 1840 to
>> record non-fatal assert at logging.c:73 : Source ID 51 was not found when
>> attempting to remove it
>>> lrmd[1632]: crit: crm_glib_handler: GLib: Source ID 51 was not found
>> when attempting to remove it
>>
>> stack trace of child 1840?
>>
>>>
>>> This problem does not happen in RHEL6.
>>>
>>>
>>> The cause of the version of glib seem to be different.
>>>
>>>
>>> When g_source_remove does timer processing to return FALSE, it becomes the
>> error in glib2.40.0.(Probably as for the subsequent version too)
>>> It seems to be necessary to revise Pacemaker to solve a problem.
>>>
>>> Best Regards,
>>> Hideo Yamauchi.
>>>
>>>
>>> ----- Original Message -----
>>>> From: Andrew Beekhof <andrew@beekhof.net>
>>>> To: The Pacemaker cluster resource manager
>> <pacemaker@oss.clusterlabs.org>
>>>> Cc:
>>>> Date: 2014/10/3, Fri 08:06
>>>> Subject: Re: [Pacemaker] Lot of errors after update
>>>>
>>>>
>>>> On 3 Oct 2014, at 12:10 am, Riccardo Bicelli
>> <r.bicelli@gmail.com> wrote:
>>>>> I'm running pacemaker-1.0.10
>>>> well and truly time to get off the 1.0.x series
>>>>
>>>>> and glib-2.40.0-r1:2 on gentoo
>>>>>
>>>>> Il 30/09/2014 23:23, Andrew Beekhof ha scritto:
>>>>>> On 30 Sep 2014, at 11:36 pm, Riccardo Bicelli
>>>> <r.bicelli@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>
>>>>>>> Hello,
>>>>>>> I've just updated my cluster nodes and now I see lot of
>> these
>>>> errors in syslog:
>>>>>>> Sep 30 15:32:43 localhost cib: [2870]: ERROR: crm_abort:
>>>> crm_glib_handler: Forked child 28573 to record non-fatal assert at
>> utils.c:449 :
>>>> Source ID 128394 was not found when attempting to remove it
>>>>>>> Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort:
>>>> crm_glib_handler: Forked child 28753 to record non-fatal assert at
>> utils.c:449 :
>>>> Source ID 128395 was not found when attempting to remove it
>>>>>>> Sep 30 15:32:55 localhost attrd: [2872]: ERROR: crm_abort:
>>>> crm_glib_handler: Forked child 28756 to record non-fatal assert at
>> utils.c:449 :
>>>> Source ID 58434 was not found when attempting to remove it
>>>>>>> Sep 30 15:32:55 localhost cib: [2870]: ERROR: crm_abort:
>>>> crm_glib_handler: Forked child 28757 to record non-fatal assert at
>> utils.c:449 :
>>>> Source ID 128396 was not found when attempting to remove it
>>>>>>> Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort:
>>>> crm_glib_handler: Forked child 28876 to record non-fatal assert at
>> utils.c:449 :
>>>> Source ID 128397 was not found when attempting to remove it
>>>>>>> Sep 30 15:33:04 localhost attrd: [2872]: ERROR: crm_abort:
>>>> crm_glib_handler: Forked child 28877 to record non-fatal assert at
>> utils.c:449 :
>>>> Source ID 58435 was not found when attempting to remove it
>>>>>>> Sep 30 15:33:04 localhost cib: [2870]: ERROR: crm_abort:
>>>> crm_glib_handler: Forked child 28878 to record non-fatal assert at
>> utils.c:449 :
>>>> Source ID 128398 was not found when attempting to remove it
>>>>>>> Sep 30 15:33:11 localhost cib: [2870]: 29010 to record
>> non-fatal
>>>> assert at utils.c:449 : Source ID 128399 was not found when attempting
>> to remove
>>>> it
>>>>>>> Sep 30 15:33:11 localhost attrd: [2872]: ERROR: crm_abort:
>>>> crm_glib_handler: Forked child 29011 to record non-fatal assert at
>> utils.c:449 :
>>>> Source ID 58436 was not found when attempting to remove it
>>>>>>> Sep 30 15:33:11 localhost cib: [2870]: ERROR: crm_abort:
>>>> crm_glib_handler: Forked child 29012 to record non-fatal assert at
>> utils.c:449 :
>>>> Source ID 128400 was not found when attempting to remove it
>>>>>>> Sep 30 15:33:14 localhost cib: [2870]: ERROR: crm_abort:
>>>> crm_glib_handler: Forked child 29060 to record non-fatal assert at
>> utils.c:449 :
>>>> Source ID 128401 was not found when attempting to remove it
>>>>>>> Sep 30 15:33:14 localhost attrd: [2872]: ERROR: crm_abort:
>>>> crm_glib_handler: Forked child 29061 to record non-fatal assert at
>> utils.c:449 :
>>>> Source ID 58437 was not found when attempting to remove it
>>>>>>> I don't understand what does it mean.
>>>>>>>
>>>>>> It means glib is bitching about something it didn't used
>> to.
>>>>>> What version of pacemaker did you update to? I'm
>> reasonably
>>>> confident they're fixed in 1.1.12
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Pacemaker mailing list:
>>>>>> Pacemaker@oss.clusterlabs.org
>>>>>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>>>>>
>>>>>>
>>>>>> Project Home:
>>>>>> http://www.clusterlabs.org
>>>>>>
>>>>>> Getting started:
>>>>>> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>>>>>>
>>>>>> Bugs:
>>>>>> http://bugs.clusterlabs.org
>>>>> _______________________________________________
>>>>> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
>>>>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>>>>
>>>>> Project Home: http://www.clusterlabs.org
>>>>> Getting started:
>> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>>>>> Bugs: http://bugs.clusterlabs.org
>>>>
>>>> _______________________________________________
>>>> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
>>>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>>>
>>>> Project Home: http://www.clusterlabs.org
>>>> Getting started:
>> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>>>> Bugs: http://bugs.clusterlabs.org
>>>>
>>> _______________________________________________
>>> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
>>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>>
>>> Project Home: http://www.clusterlabs.org
>>> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>>> Bugs: http://bugs.clusterlabs.org
> _______________________________________________
> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org


_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org