>Hi,
>
[quoted text clipped - 35 lines]
>
>Thanks for any suggestion in advance,
the s member is never allocted. If you doing anything with unallocated
strings and you are at the mercy of the machine.
Does it work with an allocation?
Ron

Signature
CodeWarrior Community Forum is a free online resource for developers
to discuss CodeWarrior topics with other users and our staff
-- http://www.codewarrior.com/community --
Ron Liechty - ron.liechty@freescale.com - http://www.codewarrior.com
Ben Artin - 06 Dec 2005 04:44 GMT
> >Hi,
> >
[quoted text clipped - 4 lines]
> >at the field in a "Variables: All" window. I will try to describe the steps
> >that lead to crash.
> the s member is never allocted. If you doing anything with unallocated
> strings and you are at the mercy of the machine.
> Does it work with an allocation?
Looking at a pointer before it's been initialized should not cause the debugger
to crash, Ron.

Signature
If this message helped you, consider buying an item
from my wish list: <http://artins.org/ben/wishlist>
I changed my name: <http://periodic-kingdom.org/People/NameChange.php>
Alwyn - 06 Dec 2005 20:05 GMT
> Looking at a pointer before it's been initialized should not cause the
> debugger to crash, Ron.
Indeed, a debugger is supposed to be robust enough so that when the
process you are debugging crashes, you are able to use it to look at
stack traces, the contents of various memory locations and so forth with
a view to investigating your problem.
It looks like we have a genuine bug here. But we now know it will never
be corrected. :-(
Alwyn
Leonid Spektor - 07 Dec 2005 18:18 GMT
>> I found that when I try to look at the field of 'struct' variable in
>> "Expressions Window" the whole CodeWarrior 10 application crashes. This does
[quoted text clipped - 11 lines]
>
> Ron
CW 10 crashes even when s member has been allocated memory. It crashes
simply because I try to look at the s member in "Expressions Window" while
debugging my code.
So, is someone at freescale going to fix this and/or other bugs? Are
there going to be any patches/updates created for CW 10? If not, then even a
greatly reduced price, the CW 10 is still not worth it for us at my
workplace.
Thanks,
Leonid.