GNU bug report logs -
#8328
touch core-dumps
Previous Next
Reported by: <Lasse.Forslund <at> sek.se>
Date: Wed, 23 Mar 2011 16:07:02 UTC
Severity: normal
Done: Eric Blake <eblake <at> redhat.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 8328 in the body.
You can then email your comments to 8328 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:
bug#8328
; Package
coreutils
.
(Wed, 23 Mar 2011 16:07:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
<Lasse.Forslund <at> sek.se>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Wed, 23 Mar 2011 16:07:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi
We are using SMCcoreu VERSION: 8.9 on solaris 10
/usr/local/bin/touch core-dumps
$>which touch
/usr/local/bin/touch
$ >cd /tmp
$ >touch new_file
Segmentation Fault
Regards
Lasse Forslund
AB Svensk Exportkredit/Swedish Export Credit Corporation
Klarabergsviadukten 61 - 63, P.O. Box 194
SE-101 23 Stockholm, Sweden
Phone +46 8 613 88 55. Mobile +46 70 581 88 55
E-mail: lasse.forslund <at> sek.se<mailto:lasse.forslund <at> sek.se>
[cid:image001.jpg <at> 01CBE93D.4E1D6FE0]
E-mail Confidentiality notice
This e-mail, including contents and attachments, if any, is intended only for the person or entity to which it is addressed and may contain confidential, proprietary or legally privileged information. If you are not the intended recipient you are hereby notified that any copying, distribution or use of the information contained in this e-mail and its attachments, if any, is not allowed. If you have received this e-mail in error, please immediately contact the sender by a reply e-mail and delete this e-mail and any copies of it.
E-mail transmission cannot be guaranteed to be secure or error-free. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.
We have taken every reasonable precaution to ensure that any attachments to this e-mail has been scanned for viruses. However, we can not accept liability for any damage sustained as a result of software viruses and would advise that you carry out your own viruses scans before opening any attachment.
To help reduce environmental impact, please avoid printing this e-mail unless absolutely necessary. Thank you.
[Message part 2 (text/html, inline)]
[image001.jpg (image/jpeg, inline)]
Information forwarded
to
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:
bug#8328
; Package
coreutils
.
(Wed, 23 Mar 2011 17:45:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 8328 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I didn't see the original in the mail list, just online:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8328
> We are using SMCcoreu VERSION: 8.9 on solaris 10
> /usr/local/bin/touch core-dumps
>
> $>which touch
> /usr/local/bin/touch
> $ >cd /tmp
> $ >touch new_file
> Segmentation Fault
>
> Regards
This is a known issue, related to recent Solaris additions of futimens
support conflicting with gnulib workarounds for older utimens causing an
infinite recursion. It has been partially dealt with in coreutils 8.10
(if you configure from scratch on solaris 10, the problem should go
away), and completely dealt with in coreutils.git (the next coreutils
release will allow you to configure and build on solaris 9 and still run
on solaris 10).
I'll leave this bug open until we have confirmation that this fixes the
issue for you.
--
Eric Blake eblake <at> redhat.com +1-801-349-2682
Libvirt virtualization library http://libvirt.org
[signature.asc (application/pgp-signature, attachment)]
Reply sent
to
Eric Blake <eblake <at> redhat.com>
:
You have taken responsibility.
(Fri, 25 Mar 2011 13:55:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
<Lasse.Forslund <at> sek.se>
:
bug acknowledged by developer.
(Fri, 25 Mar 2011 13:55:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 8328-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 03/25/2011 07:20 AM, Lasse.Forslund <at> sek.se wrote:
> Hi
> > This is a known issue, related to recent Solaris additions of
futimens support conflicting with gnulib workarounds for older utimens
causing an infinite recursion. It has been partially dealt with in
coreutils 8.10 (if you configure from scratch on solaris 10, the problem
should go away), and completely dealt with in coreutils.git (the next
coreutils release will allow you to configure and build on solaris 9 and
still run on solaris 10).
>
> I uninstalled SMCcoreu VERSION:8.9 and installed VERSION:8.10.
> Now touch works!
Thanks for the confirmation; I'm marking this bug complete.
--
Eric Blake eblake <at> redhat.com +1-801-349-2682
Libvirt virtualization library http://libvirt.org
[signature.asc (application/pgp-signature, attachment)]
Information forwarded
to
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:
bug#8328
; Package
coreutils
.
(Fri, 25 Mar 2011 16:28:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 8328 <at> debbugs.gnu.org (full text, mbox):
Hi
I uninstalled SMCcoreu VERSION:8.9 and installed VERSION:8.10.
Now touch works!
Thanks
Regards
Lasse Forslund
-----Original Message-----
From: Eric Blake [mailto:eblake <at> redhat.com]
Sent: den 23 mars 2011 18:44
To: 8328 <at> debbugs.gnu.org; Forslund, Lasse
Subject: Re: bug#8328: touch core-dumps
I didn't see the original in the mail list, just online:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8328
> We are using SMCcoreu VERSION: 8.9 on solaris 10 /usr/local/bin/touch
> core-dumps
>
> $>which touch
> /usr/local/bin/touch
> $ >cd /tmp
> $ >touch new_file
> Segmentation Fault
>
> Regards
This is a known issue, related to recent Solaris additions of futimens support conflicting with gnulib workarounds for older utimens causing an infinite recursion. It has been partially dealt with in coreutils 8.10 (if you configure from scratch on solaris 10, the problem should go away), and completely dealt with in coreutils.git (the next coreutils release will allow you to configure and build on solaris 9 and still run on solaris 10).
I'll leave this bug open until we have confirmation that this fixes the issue for you.
--
Eric Blake eblake <at> redhat.com +1-801-349-2682
Libvirt virtualization library http://libvirt.org
E-mail Confidentiality notice
This e-mail, including contents and attachments, if any, is intended only for the person or entity to which it is addressed and may contain confidential, proprietary or legally privileged information. If you are not the intended recipient you are hereby notified that any copying, distribution or use of the information contained in this e-mail and its attachments, if any, is not allowed. If you have received this e-mail in error, please immediately contact the sender by a reply e-mail and delete this e-mail and any copies of it.
E-mail transmission cannot be guaranteed to be secure or error-free. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.
We have taken every reasonable precaution to ensure that any attachments to this e-mail has been scanned for viruses. However, we can not accept liability for any damage sustained as a result of software viruses and would advise that you carry out your own viruses scans before opening any attachment.
To help reduce environmental impact, please avoid printing this e-mail unless absolutely necessary. Thank you.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 23 Apr 2011 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 120 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.