GCC: Precompiled headers - Segmentation fault

2018-11-27 Thread Jiří Engelthaler
- mmap return address is not equal to base address. There are also some reports in gcc bugzilla. Regards Jiří Engelthaler -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info

Re: GCC upgrade to 4.9.3 version request

2015-07-01 Thread Jiří Engelthaler
I have compiled GCC 4.9.3 version for both 32 and 64 bit Cygwin. Binaries are here goo.gl/y3VJRE EngyCZ 2015-06-30 16:39 GMT+02:00 JonY <10wa...@gmail.com>: > On 6/28/2015 18:52, Jiří Engelthaler wrote: >> I would like to request the upgrade GCC to current 4.9.3 version. &

Re: Can't open on Windows 8

2015-06-29 Thread Jiří Engelthaler
Hi. Try to analyze the blue screen memory dump (somewhere in Windows directory) which tells you cause of BSOD. You can do it online http://www.osronline.com/page.cfm?name=analyze EngyCZ 2015-06-29 11:30 GMT+02:00 Marc Terrasson : > Hi, > > Each time I open cygwin 64 on windows 8 (64 bits), I ge

GCC upgrade to 4.9.3 version request

2015-06-28 Thread Jiří Engelthaler
I would like to request the upgrade GCC to current 4.9.3 version. 4.9.2 version contains invalid code generation issue (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65504) marked with P1 importance which affects also cross compilers generated by 4.9.2 version. In general all binaries compiled with

Re: [TESTERS needed] New POSIX permission handling

2015-05-18 Thread Jiří Engelthaler
Here https://www.cygwin.com/ml/cygwin/2015-05/msg00139.html is another posix permission related problem. Without answer from authors. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscri

Re: Problem with posix flags and permission denied on domain computer

2015-05-18 Thread Jiří Engelthaler
13, 2015 at 8:17 AM, Jiří Engelthaler wrote: >> Digging couple of hours found the cause. File security.cc line 389 >> RtlGetGroupSecurityDescriptor gets group SID "DOM_LAN\Domain Users" >> but this group is not in Access list parsed in get_attribute_from_acl >>

Re: Problem with posix flags and permission denied on domain computer

2015-05-13 Thread Jiří Engelthaler
0x1f0180;;;S-1-5-21-270207346-1464484900-1734353810-5370) 2015-05-12 21:02 GMT+02:00 Jiří Engelthaler : > I have problem with posix file flags and permission denied on computer > which is in domain. I have file on disk D: named foo. It is accessible > both in Windows and in Cygwin as /cyg

Problem with posix flags and permission denied on domain computer

2015-05-12 Thread Jiří Engelthaler
I have problem with posix file flags and permission denied on computer which is in domain. I have file on disk D: named foo. It is accessible both in Windows and in Cygwin as /cygdrive/d/foo but has flags rwx---+. If I copy this file to file named bar, it is not accessible in Cygwin nor in Wind