public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* Issue in man page  sigaction.2
@ 2025-12-24 14:38 Helge Kreutzmann
  2025-12-25 13:38 ` Alejandro Colomar
  0 siblings, 1 reply; 6+ messages in thread
From: Helge Kreutzmann @ 2025-12-24 14:38 UTC (permalink / raw)
  To: alx; +Cc: mario.blaettermann, linux-man

Without further ado, the following was found:

Issue:     Inconsistency detected by ld.so: dl-open.c: 930: _dl_open: Assertion `_dl_debug_update (args.nsid)->r_state == RT_CONSISTENT' failed!

"$B< sprof -p libdemo.so.1 $LD_PROFILE_OUTPUT/libdemo.so.1.profile>;\n"
"Flat profile:\n"
"\\&\n"
"Each sample counts as 0.01 seconds.\n"
"  %   cumulative   self              self     total\n"
" time   seconds   seconds    calls  us/call  us/call  name\n"
" 60.00      0.06     0.06      100   600.00           consumeCpu1\n"
" 40.00      0.10     0.04     1000    40.00           consumeCpu2\n"
"  0.00      0.10     0.00        1     0.00           x1\n"
"  0.00      0.10     0.00        1     0.00           x2\n"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Issue in man page  sigaction.2
@ 2025-12-24 14:38 Helge Kreutzmann
  0 siblings, 0 replies; 6+ messages in thread
From: Helge Kreutzmann @ 2025-12-24 14:38 UTC (permalink / raw)
  To: alx; +Cc: mario.blaettermann, linux-man

Without further ado, the following was found:

Issue:     behaviour → behavior  (according man-pages(7) american English is used)

"POSIX only guarantees B<SI_TIMER> for signals created by "
"I<timer_create>(2).  Implementations are free to also provide it for other "
"types of timers.  The Linux behaviour matches NetBSD."

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Issue in man page  sigaction.2
  2025-12-24 14:38 Issue in man page sigaction.2 Helge Kreutzmann
@ 2025-12-25 13:38 ` Alejandro Colomar
  2026-02-08 17:34   ` Helge Kreutzmann
  0 siblings, 1 reply; 6+ messages in thread
From: Alejandro Colomar @ 2025-12-25 13:38 UTC (permalink / raw)
  To: Helge Kreutzmann; +Cc: mario.blaettermann, linux-man

[-- Attachment #1: Type: text/plain, Size: 1413 bytes --]

Hi Helge,

> Subject: Re: Issue in man page  sigaction.2

I believe the report is about sprof.2.

On Wed, Dec 24, 2025 at 02:38:24PM +0000, Helge Kreutzmann wrote:
> Without further ado, the following was found:
> 
> Issue:     Inconsistency detected by ld.so: dl-open.c: 930: _dl_open: Assertion `_dl_debug_update (args.nsid)->r_state == RT_CONSISTENT' failed!

This has been reported in
<https://lore.kernel.org/linux-man/20251020093148.vve2nui3xtym4z6m@jwilk.net/>
and previously in
<https://lore.kernel.org/linux-man/ZznJf0DLo7CVHddl@meinfjell.helgefjelltest.de/>

Please go to the thread in
<https://lore.kernel.org/linux-man/87mshxxyol.fsf@oldenburg.str.redhat.com/>
where glibc maintainers are expecting feedback from you (or whoever
reported to you).


Have a lovely day!
Alex


> 
> "$B< sprof -p libdemo.so.1 $LD_PROFILE_OUTPUT/libdemo.so.1.profile>;\n"
> "Flat profile:\n"
> "\\&\n"
> "Each sample counts as 0.01 seconds.\n"
> "  %   cumulative   self              self     total\n"
> " time   seconds   seconds    calls  us/call  us/call  name\n"
> " 60.00      0.06     0.06      100   600.00           consumeCpu1\n"
> " 40.00      0.10     0.04     1000    40.00           consumeCpu2\n"
> "  0.00      0.10     0.00        1     0.00           x1\n"
> "  0.00      0.10     0.00        1     0.00           x2\n"
> 

-- 
<https://www.alejandro-colomar.es>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Issue in man page  sigaction.2
  2025-12-25 13:38 ` Alejandro Colomar
@ 2026-02-08 17:34   ` Helge Kreutzmann
  2026-02-08 18:11     ` Alejandro Colomar
  0 siblings, 1 reply; 6+ messages in thread
From: Helge Kreutzmann @ 2026-02-08 17:34 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mario.blaettermann, linux-man, libc-alpha

[-- Attachment #1: Type: text/plain, Size: 2578 bytes --]

Hello Alex,
Am Thu, Dec 25, 2025 at 02:38:07PM +0100 schrieb Alejandro Colomar:
> > Subject: Re: Issue in man page  sigaction.2
> 
> I believe the report is about sprof.2.

No, probably sprof.1.

I rerun the example programm in sprof(1), and it works in the sense,
that no error is reported. However, there is also no sensible output
either, just the headers.

But I don't know (I'm not a programmer) if this is a problem or just a
normal output.

> On Wed, Dec 24, 2025 at 02:38:24PM +0000, Helge Kreutzmann wrote:
> > Without further ado, the following was found:
> > 
> > Issue:     Inconsistency detected by ld.so: dl-open.c: 930: _dl_open: Assertion `_dl_debug_update (args.nsid)->r_state == RT_CONSISTENT' failed!
> 
> This has been reported in
> <https://lore.kernel.org/linux-man/20251020093148.vve2nui3xtym4z6m@jwilk.net/>
> and previously in
> <https://lore.kernel.org/linux-man/ZznJf0DLo7CVHddl@meinfjell.helgefjelltest.de/>
> 
> Please go to the thread in
> <https://lore.kernel.org/linux-man/87mshxxyol.fsf@oldenburg.str.redhat.com/>
> where glibc maintainers are expecting feedback from you (or whoever
> reported to you).

I was not aware that there was an open question directed to me, sorry.
I'm not sure how to properly answer that from this e-mail, I hope it
is sufficient that I simply CC libc-alpha@sourceware.org?

> > "$B< sprof -p libdemo.so.1 $LD_PROFILE_OUTPUT/libdemo.so.1.profile>;\n"
> > "Flat profile:\n"
> > "\\&\n"
> > "Each sample counts as 0.01 seconds.\n"
> > "  %   cumulative   self              self     total\n"
> > " time   seconds   seconds    calls  us/call  us/call  name\n"
> > " 60.00      0.06     0.06      100   600.00           consumeCpu1\n"
> > " 40.00      0.10     0.04     1000    40.00           consumeCpu2\n"
> > "  0.00      0.10     0.00        1     0.00           x1\n"
> > "  0.00      0.10     0.00        1     0.00           x2\n"

This looks like the following with me (Debian stable):

helge@twentytwo:/tmp$ sprof -p libdemo.so.1
$LD_PROFILE_OUTPUT/libdemo.so.1.profile
Flat profile:

Each sample counts as 0,01 seconds.
  %   cumulative   self              self     total
   time   seconds   seconds    calls  us/call  us/call  name

Greetings

         Helge

-- 
      Dr. Helge Kreutzmann                     debian@helgefjell.de
           Dipl.-Phys.                   http://www.helgefjell.de/debian.php
        64bit GNU powered                     gpg signed mail preferred
           Help keep free software "libre": http://www.ffii.de/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Issue in man page  sigaction.2
  2026-02-08 17:34   ` Helge Kreutzmann
@ 2026-02-08 18:11     ` Alejandro Colomar
  2026-02-08 18:22       ` Helge Kreutzmann
  0 siblings, 1 reply; 6+ messages in thread
From: Alejandro Colomar @ 2026-02-08 18:11 UTC (permalink / raw)
  To: Helge Kreutzmann; +Cc: mario.blaettermann, linux-man, libc-alpha

[-- Attachment #1: Type: text/plain, Size: 3304 bytes --]

Hi Helge,

On 2026-02-08T17:34:54+0000, Helge Kreutzmann wrote:
> Hello Alex,
> Am Thu, Dec 25, 2025 at 02:38:07PM +0100 schrieb Alejandro Colomar:
> > > Subject: Re: Issue in man page  sigaction.2
> > 
> > I believe the report is about sprof.2.
> 
> No, probably sprof.1.

Sorry for the typo.  Yes, it should be sprof.1.

> 
> I rerun the example programm in sprof(1), and it works in the sense,
> that no error is reported. However, there is also no sensible output
> either, just the headers.
> 
> But I don't know (I'm not a programmer) if this is a problem or just a
> normal output.

TBH, I don't know either, as I never used sprof(1).

> 
> > On Wed, Dec 24, 2025 at 02:38:24PM +0000, Helge Kreutzmann wrote:
> > > Without further ado, the following was found:
> > > 
> > > Issue:     Inconsistency detected by ld.so: dl-open.c: 930: _dl_open: Assertion `_dl_debug_update (args.nsid)->r_state == RT_CONSISTENT' failed!
> > 
> > This has been reported in
> > <https://lore.kernel.org/linux-man/20251020093148.vve2nui3xtym4z6m@jwilk.net/>
> > and previously in
> > <https://lore.kernel.org/linux-man/ZznJf0DLo7CVHddl@meinfjell.helgefjelltest.de/>
> > 
> > Please go to the thread in
> > <https://lore.kernel.org/linux-man/87mshxxyol.fsf@oldenburg.str.redhat.com/>
> > where glibc maintainers are expecting feedback from you (or whoever
> > reported to you).
> 
> I was not aware that there was an open question directed to me, sorry.
> I'm not sure how to properly answer that from this e-mail, I hope it
> is sufficient that I simply CC libc-alpha@sourceware.org?

At a minimum, a reply would need the following header fields:

	Cc: <libc-alpha@sourceware.org>
	In-Reply-To: <87mshxxyol.fsf@oldenburg.str.redhat.com>

That should be enough.  Let me know if you need more help.  I've bounced
the whole thread to you so that you have it in your mailbox; that will
make it easier for you to reply.


Have a lovely night!
Alex

> 
> > > "$B< sprof -p libdemo.so.1 $LD_PROFILE_OUTPUT/libdemo.so.1.profile>;\n"
> > > "Flat profile:\n"
> > > "\\&\n"
> > > "Each sample counts as 0.01 seconds.\n"
> > > "  %   cumulative   self              self     total\n"
> > > " time   seconds   seconds    calls  us/call  us/call  name\n"
> > > " 60.00      0.06     0.06      100   600.00           consumeCpu1\n"
> > > " 40.00      0.10     0.04     1000    40.00           consumeCpu2\n"
> > > "  0.00      0.10     0.00        1     0.00           x1\n"
> > > "  0.00      0.10     0.00        1     0.00           x2\n"
> 
> This looks like the following with me (Debian stable):
> 
> helge@twentytwo:/tmp$ sprof -p libdemo.so.1
> $LD_PROFILE_OUTPUT/libdemo.so.1.profile
> Flat profile:
> 
> Each sample counts as 0,01 seconds.
>   %   cumulative   self              self     total
>    time   seconds   seconds    calls  us/call  us/call  name
> 
> Greetings
> 
>          Helge
> 
> -- 
>       Dr. Helge Kreutzmann                     debian@helgefjell.de
>            Dipl.-Phys.                   http://www.helgefjell.de/debian.php
>         64bit GNU powered                     gpg signed mail preferred
>            Help keep free software "libre": http://www.ffii.de/



-- 
<https://www.alejandro-colomar.es>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Issue in man page  sigaction.2
  2026-02-08 18:11     ` Alejandro Colomar
@ 2026-02-08 18:22       ` Helge Kreutzmann
  0 siblings, 0 replies; 6+ messages in thread
From: Helge Kreutzmann @ 2026-02-08 18:22 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mario.blaettermann, linux-man, libc-alpha

[-- Attachment #1: Type: text/plain, Size: 671 bytes --]

Hello Alex,
Am Sun, Feb 08, 2026 at 07:11:07PM +0100 schrieb Alejandro Colomar:
> On 2026-02-08T17:34:54+0000, Helge Kreutzmann wrote:
> That should be enough.  Let me know if you need more help.  I've bounced
> the whole thread to you so that you have it in your mailbox; that will
> make it easier for you to reply.

OK, I'll reply there.

Greetings

          Helge
-- 
      Dr. Helge Kreutzmann                     debian@helgefjell.de
           Dipl.-Phys.                   http://www.helgefjell.de/debian.php
        64bit GNU powered                     gpg signed mail preferred
           Help keep free software "libre": http://www.ffii.de/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-02-08 18:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-24 14:38 Issue in man page sigaction.2 Helge Kreutzmann
2025-12-25 13:38 ` Alejandro Colomar
2026-02-08 17:34   ` Helge Kreutzmann
2026-02-08 18:11     ` Alejandro Colomar
2026-02-08 18:22       ` Helge Kreutzmann
  -- strict thread matches above, loose matches on Subject: below --
2025-12-24 14:38 Helge Kreutzmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox