emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#11620: closed (Bug in sleep--linux 2.6)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#11620: closed (Bug in sleep--linux 2.6)
Date: Sun, 03 Jun 2012 20:38:01 +0000

Your message dated Sun, 03 Jun 2012 21:35:16 +0100
with message-id <address@hidden>
and subject line Re: bug#11620: Bug in sleep--linux 2.6
has caused the debbugs.gnu.org bug report #11620,
regarding Bug in sleep--linux 2.6
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
11620: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11620
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Bug in sleep--linux 2.6 Date: Sun, 3 Jun 2012 17:43:50 +0530
The sleep function when written at the end, forces the program to sleep, preventing him to execute any printf() instructions before it.
Attaching a program.
--
Vikas Bansal
Student(ECE undergraduate final year)
The L.N.Mittal Institute of Information Technology,Rajasthan,India.

Attachment: process1.c
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#11620: Bug in sleep--linux 2.6 Date: Sun, 03 Jun 2012 21:35:16 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0
tag 11620 notabug

On 06/03/2012 01:13 PM, vikas bansal wrote:
> The sleep function when written at the end, forces the program to sleep,
> preventing him to execute any printf() instructions before it.
> Attaching a program.

You got the wrong list because you followed `man 1 sleep`
rather than `man 3 sleep`.

I've not looked at the program at all,
but you may need to add some fflush(stdout) calls,
to ensure timely output.

cheers,
Pádraig.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]