Re: Opinions on Expectation of problems with a known invalid global data access.

2003-02-15 Thread Paul R.
This seems to be a team project, with "junior" programmers involved. Since the known bug (reference to invalid memory areas) is so blatent, I would recommend code walk-thrus and other peer-review procedures be installed. Make sure your entire team is using maximum error reporting using the "-Wall"

RE: Opinions on Expectation of problems with a known invalid global

2003-02-13 Thread Andrew J. Huang
Kevin, I think that the answer is that your testing may not reveal a problem, but somewhere, somewhen, somebody will find it. And it will happen when you are trying to make a critical release upon which the life of your company depends, or worse, upon which the life of a patient depends, given th

RE: Opinions on Expectation of problems with a known invalid

2003-02-13 Thread Stringer
There's a theory in QA'ing a program that says that the nature of the bugs you find are driven by the weaknesses of the development team. This can then lead you to predict where other, yet unknown, bugs are likely to be found. Therefore the known bug you have discovered would indicate that the pr

Re: Opinions on Expectation of problems with a known invalid global data access.

2003-02-12 Thread Rob Larson
The 68k really doesn't care about reading the wrong address, although you could get an alignment fault by reading from an odd (as opposed to even) address. I can't think of any I/O ports that will object to a random read, although you could maybe clear some condition that hadn't been serviced yet.

RE: Opinions on Expectation of problems with a known invalidglobal data access.

2003-02-12 Thread Keith Rollin
Like I said, in practice, I don't really expect a crash to occur. If you are having intermittent crashes, I would suspect another cause. I'm curious...are these intermittent problems occurring only on the device? If not, I'm wondering how Poser could be changed to help you out (whereas it curren

RE: Opinions on Expectation of problems with a known invalid global data access.

2003-02-12 Thread Kevin OKeefe
ROTECTED]] Sent: Wednesday, February 12, 2003 2:56 PM To: Palm Developer Forum Subject: RE: Opinions on Expectation of problems with a known invalid global data access. You never know if the errant read will cause a problem. You really should protect against doing that. Is it possible to mess up

RE: Opinions on Expectation of problems with a known invalidglobal data access.

2003-02-12 Thread Keith Rollin
bad in either case). I'm just wondering if the act of accessing the memory (which causes a bus error on the emulator), will leave our app or the OS in a bad state Kevin -Original Message- From: Dennis Leas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 11:53 AM To:

Re: Opinions on Expectation of problems with a known invalid global data access.

2003-02-12 Thread Chris Antos
M To: Palm Developer Forum Subject: Re: Opinions on Expectation of problems with a known invalid global data access. Doesn't this amount to reading a value from an ill-defined location then taking an action based on the value? Sounds like trouble brewing... Dennis Leas ---

RE: Opinions on Expectation of problems with a known invalid global data access.

2003-02-12 Thread Kevin OKeefe
tor), will leave our app or the OS in a bad state Kevin -Original Message- From: Dennis Leas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 11:53 AM To: Palm Developer Forum Subject: Re: Opinions on Expectation of problems with a known invalid global data access. Doesn

Re: Opinions on Expectation of problems with a known invalid global data access.

2003-02-12 Thread Dennis Leas
Doesn't this amount to reading a value from an ill-defined location then taking an action based on the value? Sounds like trouble brewing... Dennis Leas --- [EMAIL PROTECTED] - Original Message - From: "Kevin OKeefe" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL

Re: Opinions on developing environment-Thanks

2001-05-25 Thread Madina
Forum <[EMAIL PROTECTED]> Sent: Saturday, May 26, 2001 1:47 AM Subject: RE: Opinions on developing environment > Madina, > In the first place I would reccomend you to learn some of C in order to > use one of the best tools > I have ever seen: CodeWarrior. However, taking into

RE: Opinions on developing environment

2001-05-25 Thread Nicolas Raitman
Madina, In the first place I would reccomend you to learn some of C in order to use one of the best tools I have ever seen: CodeWarrior. However, taking into account that you are not familiarized with a programming language and environment I would recommend you NSBASIC at www.nsbasic.com which

RE: Opinions..

2001-03-02 Thread Stuart Nicholson
GCC is available for Windows and works quite nicely under 95/98/NT with the PalmOS emulator (that allows you to emulate Palm devices on your PC, Macintosh or Unix box). The GCC port for PalmOS is fully featured and includes a command line source code debugger and should be used in conjunction with

Re: Opinions..

2001-03-02 Thread Dave Lippincott
http://www.palmos.com/dev/gettingstarted.html - Original Message - From: "Robert Chartier" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, March 02, 2001 12:54 PM Subject: Opinions.. > > I was wondering if someone could share a bit of experience with me.

Re: Opinions..

2001-03-02 Thread Randy Brown
Check into DevStudio at: http://www.falch.net Great IDE that uses the GCC toolset. [rb} At 12:54 PM 03/02/2001 -0500, Robert Chartier wrote: >I was wondering if someone could share a bit of experience with me. Im a >newbie in the Palm Dev world, and basically was looking around for a wa