| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| From: | "Dave Korn" <dk AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | RE: Problems with structs |
| Date: | Thu, 18 Mar 2004 10:45:52 -0000 |
| MIME-Version: | 1.0 |
| In-Reply-To: | <OFF1AEBE27.7CFE6996-ONC1256E5B.002C007C-C1256E5B.002CCA91@philips.com> |
| Message-ID: | <NUTMEGSlV2v03JESBMG00000196@NUTMEG.CAM.ARTIMI.COM> |
| X-OriginalArrivalTime: | 18 Mar 2004 10:45:52.0671 (UTC) FILETIME=[2F2512F0:01C40CD6] |
> -----Original Message-----
> From: cygwin-owner On Behalf Of c.h.breukink
> Sent: 18 March 2004 08:07
> I am using Cygwin for the first time. And I got segmentation
> faults in my application which worked fine on Unix. I think
> now that I know why. It has something to do with structs.When
> I leave them, I have no problems. Who have experience with this?
>
> Christien Breukink
Well, there's two possibilities:
1) You have a stray pointer or malloc bug (or one of various similar
problems) in your code, and it just happened to work and not crash by luck
on Unix; minor differences in process layout and environment cause the
underlying bug to be hidden in Unix and exposed in Cygwin.
2) You've found a bug or unimplemented feature in the cygwin api.
If you're mentioning structs, my guess is you're doing something wrong
with pointers or arrays. It's a very common thing in C.
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |