Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c++ > #88621
| From | Muttley@dastardlyhq.com |
|---|---|
| Newsgroups | comp.lang.c++ |
| Subject | Re: About Flibble |
| Date | 2023-01-19 09:33 +0000 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <tqb2pq$1cd1$1@gioia.aioe.org> (permalink) |
| References | (7 earlier) <tq5q3h$2f3$1@gioia.aioe.org> <tq70rm$3cmni$1@dont-email.me> <tq8e1h$fhr$1@gioia.aioe.org> <tq9itk$11c14$1@dont-email.me> <TdYxL.55143$cKvc.26719@fx42.iad> |
On Wed, 18 Jan 2023 20:00:51 GMT scott@slp53.sl.home (Scott Lurndal) wrote: >"Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> writes: >>On 1/18/2023 1:27 AM, Muttley@dastardlyhq.com wrote: >>> The sort of bugs we're discussing here arn't the obvious "Oh, that result >isn't >>> correct" type. They're the "Oh, why has is suddenly hung/crashed when its >run >>> fine for 2 months" type. >> >>Usually, those type of bugs are with race-conditions. > >Or using uninitialized variables, particularly in >functions. Could work for weeks, then the program >takes a different path and the stack contains a >value that causes a crash. There's no excuse for uninitialised variables these days as any decent C++ compiler will output warnings about them.
Back to comp.lang.c++ | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
About Flibble Mr Flibble <flibble@reddwarf.jmc.corp> - 2023-01-02 01:22 +0000
Re: About Flibble "Alf P. Steinbach" <alf.p.steinbach@gmail.com> - 2023-01-02 18:39 +0100
Re: About Flibble Mr Flibble <flibble@reddwarf.jmc.corp> - 2023-01-02 18:08 +0000
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-02 21:41 -0800
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-02 21:43 -0800
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-02 21:44 -0800
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-04 00:59 -0800
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-11 23:13 -0800
Re: About Flibble Stuart Redmann <DerTopper@web.de> - 2023-01-13 07:19 +0100
Re: About Flibble Muttley@dastardlyhq.com - 2023-01-13 10:15 +0000
Re: About Flibble Manu Raju <MR@invalid.invalid> - 2023-01-13 14:29 +0000
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-13 13:43 -0800
Re: About Flibble Muttley@dastardlyhq.com - 2023-01-14 09:52 +0000
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-14 14:44 -0800
Re: About Flibble David Brown <david.brown@hesbynett.no> - 2023-01-16 11:37 +0100
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-16 11:45 -0800
Re: About Flibble Mr Flibble <flibble@reddwarf.jmc.corp> - 2023-01-16 20:49 +0000
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-18 00:02 -0800
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-18 00:04 -0800
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-16 11:52 -0800
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-16 11:57 -0800
Re: About Flibble David Brown <david.brown@hesbynett.no> - 2023-01-16 11:32 +0100
Re: About Flibble Muttley@dastardlyhq.com - 2023-01-16 11:31 +0000
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-16 11:51 -0800
Re: About Flibble Muttley@dastardlyhq.com - 2023-01-17 09:34 +0000
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-17 12:36 -0800
Re: About Flibble Muttley@dastardlyhq.com - 2023-01-18 09:27 +0000
Re: About Flibble Christian Gollwitzer <auriocus@gmx.de> - 2023-01-18 16:22 +0100
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-18 11:56 -0800
Re: About Flibble scott@slp53.sl.home (Scott Lurndal) - 2023-01-18 20:00 +0000
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-18 12:11 -0800
Re: About Flibble David Brown <david.brown@hesbynett.no> - 2023-01-18 21:17 +0100
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-18 12:35 -0800
Re: About Flibble David Brown <david.brown@hesbynett.no> - 2023-01-19 08:55 +0100
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-23 20:11 -0800
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-23 20:12 -0800
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-18 12:37 -0800
Re: About Flibble Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2023-01-18 15:30 -0800
Re: About Flibble David Brown <david.brown@hesbynett.no> - 2023-01-19 08:55 +0100
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-19 12:16 -0800
Re: About Flibble Muttley@dastardlyhq.com - 2023-01-19 09:33 +0000
Re: About Flibble David Brown <david.brown@hesbynett.no> - 2023-01-19 15:28 +0100
Re: About Flibble scott@slp53.sl.home (Scott Lurndal) - 2023-01-19 14:57 +0000
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-16 11:46 -0800
Re: About Flibble Mr Flibble <flibble@reddwarf.jmc.corp> - 2023-01-14 19:24 +0000
Re: About Flibble Mr Flibble <flibble@reddwarf.jmc.corp> - 2023-01-14 19:24 +0000
Re: About Flibble "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-14 13:13 -0800
csiph-web