Re: Isn't that beauty ? (no it's not)

Liste des GroupesRevenir à cl c 
Sujet : Re: Isn't that beauty ? (no it's not)
De : Bonita.Montero (at) *nospam* gmail.com (Bonita Montero)
Groupes : comp.lang.c
Date : 13. Mar 2026, 06:24:16
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <10p071v$2p9n0$1@raubtier-asyl.eternal-september.org>
References : 1 2 3 4 5 6 7 8
User-Agent : Mozilla Thunderbird
Am 13.03.2026 um 05:31 schrieb DFS:

     //Floating point exception (core dumped)
     for(i = 0ul; i < n; i++) {
         sorted[i] = wordlist[rand() % wordcount];
     }
   ...
     free(wordlist);
     munmap(words, st.st_size);
BIG mistake: If you crash in the first part the memory in
the second part isn't freed, at least under Windows 3.11. ;-)

Date Sujet#  Auteur
12 Mar 26 * Isn't that beauty ?185Bonita Montero
12 Mar 26 +- Re: Isn't that beauty ?1Bonita Montero
12 Mar 26 +* Re: Isn't that beauty ?3Janis Papanagnou
12 Mar 26 i`* Re: Isn't that beauty ?2Bonita Montero
12 Mar 26 i `- Re: Isn't that beauty ?1Janis Papanagnou
12 Mar 26 `* Re: Isn't that beauty ? (no it's not)180DFS
12 Mar 26  +* Re: Isn't that beauty ? (no it's not)3Bonita Montero
12 Mar 26  i`* Re: Isn't that beauty ? (no it's not)2tTh
12 Mar 26  i `- Re: Isn't that beauty ? (no it's not)1Bonita Montero
12 Mar 26  +* Re: Isn't that beauty ? (no it's not)170Bonita Montero
12 Mar 26  i`* Re: Isn't that beauty ? (no it's not)169DFS
12 Mar 26  i `* Re: Isn't that beauty ? (no it's not)168Bonita Montero
12 Mar 26  i  +* Re: Isn't that beauty ? (no it's not)16DFS
12 Mar 26  i  i+* Re: Isn't that beauty ? (no it's not)2Bonita Montero
12 Mar 26  i  ii`- Re: Isn't that beauty ? (no it's not)1Bonita Montero
12 Mar 26  i  i`* Re: Isn't that beauty ? (no it's not)13Bonita Montero
12 Mar 26  i  i +* Re: Isn't that beauty ? (no it's not)8Janis Papanagnou
13 Mar 26  i  i i`* Re: Isn't that beauty ? (no it's not)7Bonita Montero
13 Mar 26  i  i i `* Re: Isn't that beauty ? (no it's not)6Janis Papanagnou
13 Mar 26  i  i i  `* Re: Isn't that beauty ? (no it's not)5Bonita Montero
13 Mar 26  i  i i   `* Re: Isn't that beauty ? (no it's not)4Chris M. Thomasson
13 Mar 26  i  i i    `* Re: Isn't that beauty ? (no it's not)3Bonita Montero
13 Mar 26  i  i i     +- [OT] AI - questions and answers (was Re: Isn't that beauty ? (no it's not))1Janis Papanagnou
13 Mar 26  i  i i     `- Re: Isn't that beauty ? (no it's not)1Chris M. Thomasson
13 Mar 26  i  i `* Re: Isn't that beauty ? (no it's not)4DFS
13 Mar 26  i  i  +- Re: Isn't that beauty ? (no it's not)1Bonita Montero
14 Mar 26  i  i  `* Re: Isn't that beauty ? (no it's not)2Bonita Montero
14 Mar 26  i  i   `- Re: Isn't that beauty ? (no it's not)1DFS
12 Mar 26  i  +- Re: Isn't that beauty ? (no it's not)1Bonita Montero
12 Mar 26  i  +* Re: Isn't that beauty ? (no it's not)143DFS
13 Mar 26  i  i+- Re: Isn't that beauty ? (no it's not)1Bonita Montero
13 Mar 26  i  i+* Re: Isn't that beauty ? (no it's not)120Bonita Montero
13 Mar 26  i  ii`* Re: Isn't that beauty ? (no it's not)119DFS
14 Mar 26  i  ii `* Re: Isn't that beauty ? (no it's not)118Bonita Montero
14 Mar 26  i  ii  `* Re: Isn't that beauty ? (no it's not)117DFS
14 Mar 26  i  ii   +* Re: Isn't that beauty ? (no it's not)2Bonita Montero
14 Mar 26  i  ii   i`- Re: Isn't that beauty ? (no it's not)1DFS
14 Mar 26  i  ii   `* Re: Isn't that beauty ? (no it's not)114Bonita Montero
14 Mar 26  i  ii    `* Re: Isn't that beauty ? (no it's not)113Bonita Montero
14 Mar 26  i  ii     +* Re: Isn't that beauty ? (no it's not)5DFS
14 Mar 26  i  ii     i`* Re: Isn't that beauty ? (no it's not)4Bonita Montero
14 Mar 26  i  ii     i `* Re: Isn't that beauty ? (no it's not)3DFS
14 Mar 26  i  ii     i  +- Re: Isn't that beauty ? (no it's not)1Bonita Montero
14 Mar 26  i  ii     i  `- Re: Isn't that beauty ? (no it's not)1Bonita Montero
14 Mar 26  i  ii     +* Re: Isn't that beauty ? (no it's not)103Bart
14 Mar 26  i  ii     i+- Re: Isn't that beauty ? (no it's not)1Bonita Montero
16 Mar 26  i  ii     i`* Re: Isn't that beauty ? (no it's not)101DFS
16 Mar 26  i  ii     i +* Re: Isn't that beauty ? (no it's not)13Richard Harnden
16 Mar 26  i  ii     i i+- Re: Isn't that beauty ? (no it's not)1Bart
17 Mar 26  i  ii     i i`* Re: Isn't that beauty ? (no it's not)11DFS
17 Mar 26  i  ii     i i `* Re: Isn't that beauty ? (no it's not)10Richard Harnden
17 Mar 26  i  ii     i i  `* Re: Isn't that beauty ? (no it's not)9DFS
17 Mar 26  i  ii     i i   `* Re: Isn't that beauty ? (no it's not)8Richard Harnden
17 Mar 26  i  ii     i i    +* Re: Isn't that beauty ? (no it's not)6Richard Harnden
17 Mar 26  i  ii     i i    i`* Re: Isn't that beauty ? (no it's not)5DFS
17 Mar 26  i  ii     i i    i +* Re: Isn't that beauty ? (no it's not)3Richard Harnden
17 Mar 26  i  ii     i i    i i`* Re: Isn't that beauty ? (no it's not)2Janis Papanagnou
17 Mar 26  i  ii     i i    i i `- Re: Isn't that beauty ? (no it's not)1Richard Harnden
17 Mar 26  i  ii     i i    i `- Re: Isn't that beauty ? (no it's not)1Bart
17 Mar 26  i  ii     i i    `- Re: Isn't that beauty ? (no it's not)1DFS
16 Mar 26  i  ii     i +* Re: Isn't that beauty ? (no it's not)73Bart
17 Mar 26  i  ii     i i`* Re: Isn't that beauty ? (no it's not)72DFS
17 Mar 26  i  ii     i i `* Re: Isn't that beauty ? (no it's not)71Bart
17 Mar 26  i  ii     i i  `* Re: Isn't that beauty ? (no it's not)70Janis Papanagnou
17 Mar 26  i  ii     i i   `* Re: Isn't that beauty ? (no it's not)69Bart
17 Mar 26  i  ii     i i    `* Re: Isn't that beauty ? (no it's not)68Janis Papanagnou
17 Mar 26  i  ii     i i     `* Re: Isn't that beauty ? (no it's not)67Bart
18 Mar 26  i  ii     i i      `* Re: Isn't that beauty ? (no it's not)66Janis Papanagnou
18 Mar 26  i  ii     i i       +* Re: Isn't that beauty ? (no it's not)64Michael S
18 Mar 26  i  ii     i i       i+* Re: Isn't that beauty ? (no it's not)4Janis Papanagnou
18 Mar 26  i  ii     i i       ii`* Re: Isn't that beauty ? (no it's not)3Bart
18 Mar 26  i  ii     i i       ii `* Re: Isn't that beauty ? (no it's not)2Waldek Hebisch
19 Mar 26  i  ii     i i       ii  `- Re: Isn't that beauty ? (no it's not)1Bart
18 Mar 26  i  ii     i i       i`* Re: Isn't that beauty ? (no it's not)59David Brown
18 Mar 26  i  ii     i i       i +* Re: Isn't that beauty ? (no it's not)31Janis Papanagnou
18 Mar 26  i  ii     i i       i i+- Re: Isn't that beauty ? (no it's not)1Janis Papanagnou
19 Mar 26  i  ii     i i       i i+* Re: Isn't that beauty ? (no it's not)27David Brown
19 Mar 26  i  ii     i i       i ii+* Re: Isn't that beauty ? (no it's not)11Michael S
19 Mar 26  i  ii     i i       i iii+* Re: Isn't that beauty ? (no it's not)8David Brown
20 Mar 26  i  ii     i i       i iiii`* Re: Isn't that beauty ? (no it's not)7Janis Papanagnou
20 Mar 26  i  ii     i i       i iiii `* Re: Isn't that beauty ? (no it's not)6Keith Thompson
20 Mar 26  i  ii     i i       i iiii  `* Re: Isn't that beauty ? (no it's not)5Janis Papanagnou
20 Mar 26  i  ii     i i       i iiii   +* Re: Isn't that beauty ? (no it's not)2Bonita Montero
20 Mar 26  i  ii     i i       i iiii   i`- Re: Isn't that beauty ? (no it's not)1Janis Papanagnou
20 Mar 26  i  ii     i i       i iiii   `* Re: Isn't that beauty ? (no it's not)2Keith Thompson
21 Mar 26  i  ii     i i       i iiii    `- Re: Isn't that beauty ? (no it's not)1Janis Papanagnou
19 Mar 26  i  ii     i i       i iii`* Re: Isn't that beauty ? (no it's not)2Bonita Montero
19 Mar 26  i  ii     i i       i iii `- Re: Isn't that beauty ? (no it's not)1Michael S
20 Mar 26  i  ii     i i       i ii`* Re: Isn't that beauty ? (no it's not)15Janis Papanagnou
20 Mar 26  i  ii     i i       i ii `* Re: Isn't that beauty ? (no it's not)14David Brown
20 Mar 26  i  ii     i i       i ii  +- Re: Isn't that beauty ? (no it's not)1Janis Papanagnou
20 Mar 26  i  ii     i i       i ii  +* Re: Isn't that beauty ? (no it's not)3Michael S
22 Mar04:39  i  ii     i i       i ii  i`* Re: Isn't that beauty ? (no it's not)2Janis Papanagnou
22 Mar07:33  i  ii     i i       i ii  i `- Re: Isn't that beauty ? (no it's not)1Michael S
20 Mar 26  i  ii     i i       i ii  `* Re: Isn't that beauty ? (no it's not)9DFS
21 Mar 26  i  ii     i i       i ii   +* Re: Isn't that beauty ? (no it's not)5Janis Papanagnou
21 Mar 26  i  ii     i i       i ii   i`* Re: Isn't that beauty ? (no it's not)4DFS
21 Mar15:42  i  ii     i i       i ii   i +* Re: Isn't that beauty ? (no it's not)2Bart
22 Mar04:57  i  ii     i i       i ii   i i`- Re: Isn't that beauty ? (no it's not)1Janis Papanagnou
22 Mar04:50  i  ii     i i       i ii   i `- Re: Isn't that beauty ? (no it's not)1Janis Papanagnou
21 Mar15:39  i  ii     i i       i ii   `* Re: Isn't that beauty ? (no it's not)3David Brown
19 Mar 26  i  ii     i i       i i`* Re: Isn't that beauty ? (no it's not)2Waldek Hebisch
19 Mar 26  i  ii     i i       i `* Re: Isn't that beauty ? (no it's not)27Michael S
25 Mar01:45  i  ii     i i       `- Re: Isn't that beauty ? (no it's not)1Tristan Wibberley
17 Mar 26  i  ii     i +* Re: Isn't that beauty ? (no it's not)10DFS
17 Mar 26  i  ii     i `* Re: Isn't that beauty ? (no it's not)4Bonita Montero
14 Mar 26  i  ii     `* Re: Isn't that beauty ? (no it's not)4Bart
13 Mar 26  i  i+* Re: Isn't that beauty ? (no it's not)15DFS
13 Mar 26  i  i+* Re: Isn't that beauty ? (no it's not)2Bonita Montero
13 Mar 26  i  i`* Re: Isn't that beauty ? (no it's not)4Bonita Montero
13 Mar 26  i  +* Re: Isn't that beauty ? (no it's not)2Bonita Montero
13 Mar 26  i  +- Re: Isn't that beauty ? (no it's not)1Bonita Montero
13 Mar 26  i  `* Re: Isn't that beauty ? (no it's not)4Bart
21 Mar 26  `* Re: Isn't that beauty ? (no it's not)6Tim Rentsch

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal