public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* gcc segmentation fault (signal 11 ) while compiling brotli on Cygwin AppVeyor CI i686 environment
@ 2020-10-10  2:40 Lemures Lemniscati
  2020-10-10 12:09 ` Ken Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Lemures Lemniscati @ 2020-10-10  2:40 UTC (permalink / raw)
  To: cygwin-apps

Hi!

I'm preparing brotli-1.0.9-1 packages, which are successfully built and packaged on my local machine.

Being tested on Cygwin AppVeyor CI, it goes successfully on x86_64,
but it fails on i686 because gcc gets a signal 11.

https://cygwin.com/cgi-bin2/jobs.cgi
1056	brotli	failed	Lemures Lemniscati	3faae22b	playground	[log]	x86 x86_64	2020-10-10 01:15:00	840
  commit: https://cygwin.com/git/?p=git/cygwin-packages/brotli.git;a=commitdiff;h=3faae22bbc77cda37858df432a4404c7c624c1a6
  log: https://ci.appveyor.com/project/cygwin/scallywag/builds/35671931

1055	brotli	failed	Lemures Lemniscati	29237950	playground	[log]	x86 x86_64	2020-10-10 00:56:00	840
  commit: https://cygwin.com/git/?p=git/cygwin-packages/brotli.git;a=commitdiff;h=29237950d0eb5cadca0671e4710d497317ef41eb
  log: https://ci.appveyor.com/project/cygwin/scallywag/builds/35671826



Differnce of the cygport files is just a line `uname -a` in src_compile(), so we would expect failures at same point.
But failure points are diffent.

In 1056, it fails at 'gcc ... -c python/_brotli.cc -o bin/temp.cygwin-3.1.7-i686-2.7/python/_brotli.o'
 https://ci.appveyor.com/project/cygwin/scallywag/builds/35671931/job/rro6vjdefpxyen3c

In 1055, it fails at 'gcc ... -c c/common/constants.c -o bin/temp.cygwin-3.1.7-i686-2.7/c/common/constants.o'
 https://ci.appveyor.com/project/cygwin/scallywag/builds/35671826/job/6cijsycw1n7qmumr



Currently, I have no idea how to solve this issue.

Although similar issue was reported in the past
  https://sourceware.org/legacy-ml/cygwin/2014-10/msg00552.html ,
there seems no essential solution found.



Because the packages have been built successfully on my local environment,
Can I ignore this failure?



Any help is welcome.
Thank you in advance.

Regards,

Lem

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gcc segmentation fault (signal 11 ) while compiling brotli on Cygwin AppVeyor CI i686 environment
  2020-10-10  2:40 gcc segmentation fault (signal 11 ) while compiling brotli on Cygwin AppVeyor CI i686 environment Lemures Lemniscati
@ 2020-10-10 12:09 ` Ken Brown
  2020-10-10 14:22   ` Lemures Lemniscati
  0 siblings, 1 reply; 3+ messages in thread
From: Ken Brown @ 2020-10-10 12:09 UTC (permalink / raw)
  To: cygwin-apps

On 10/9/2020 10:40 PM, Lemures Lemniscati via Cygwin-apps wrote:
> Hi!
> 
> I'm preparing brotli-1.0.9-1 packages, which are successfully built and packaged on my local machine.
> 
> Being tested on Cygwin AppVeyor CI, it goes successfully on x86_64,
> but it fails on i686 because gcc gets a signal 11.
> 
> https://cygwin.com/cgi-bin2/jobs.cgi
> 1056	brotli	failed	Lemures Lemniscati	3faae22b	playground	[log]	x86 x86_64	2020-10-10 01:15:00	840
>    commit: https://cygwin.com/git/?p=git/cygwin-packages/brotli.git;a=commitdiff;h=3faae22bbc77cda37858df432a4404c7c624c1a6
>    log: https://ci.appveyor.com/project/cygwin/scallywag/builds/35671931
> 
> 1055	brotli	failed	Lemures Lemniscati	29237950	playground	[log]	x86 x86_64	2020-10-10 00:56:00	840
>    commit: https://cygwin.com/git/?p=git/cygwin-packages/brotli.git;a=commitdiff;h=29237950d0eb5cadca0671e4710d497317ef41eb
>    log: https://ci.appveyor.com/project/cygwin/scallywag/builds/35671826

I've had this problem with several of my packages.

> Because the packages have been built successfully on my local environment,
> Can I ignore this failure?

That's what I've done.

Ken

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gcc segmentation fault (signal 11 ) while compiling brotli on Cygwin AppVeyor CI i686 environment
  2020-10-10 12:09 ` Ken Brown
@ 2020-10-10 14:22   ` Lemures Lemniscati
  0 siblings, 0 replies; 3+ messages in thread
From: Lemures Lemniscati @ 2020-10-10 14:22 UTC (permalink / raw)
  To: cygwin-apps

On Sat, 10 Oct 2020 08:09:51 -0400, Ken Brown via Cygwin-apps
> On 10/9/2020 10:40 PM, Lemures Lemniscati via Cygwin-apps wrote:
> > Hi!
> >
> > I'm preparing brotli-1.0.9-1 packages, which are successfully built and packaged on my local machine.
> >
> > Being tested on Cygwin AppVeyor CI, it goes successfully on x86_64,
> > but it fails on i686 because gcc gets a signal 11.
> >
> > https://cygwin.com/cgi-bin2/jobs.cgi
> > 1056	brotli	failed	Lemures Lemniscati	3faae22b	playground	[log]	x86 x86_64	2020-10-10 01:15:00	840
> >    commit: https://cygwin.com/git/?p=git/cygwin-packages/brotli.git;a=commitdiff;h=3faae22bbc77cda37858df432a4404c7c624c1a6
> >    log: https://ci.appveyor.com/project/cygwin/scallywag/builds/35671931
> >
> > 1055	brotli	failed	Lemures Lemniscati	29237950	playground	[log]	x86 x86_64	2020-10-10 00:56:00	840
> >    commit: https://cygwin.com/git/?p=git/cygwin-packages/brotli.git;a=commitdiff;h=29237950d0eb5cadca0671e4710d497317ef41eb
> >    log: https://ci.appveyor.com/project/cygwin/scallywag/builds/35671826
> 
> I've had this problem with several of my packages.
> 
> > Because the packages have been built successfully on my local environment,
> > Can I ignore this failure?
> 
> That's what I've done.
> 
> Ken

Thank you, Ken!

Then, I'll proceed to upload.

Lem



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-10 14:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-10  2:40 gcc segmentation fault (signal 11 ) while compiling brotli on Cygwin AppVeyor CI i686 environment Lemures Lemniscati
2020-10-10 12:09 ` Ken Brown
2020-10-10 14:22   ` Lemures Lemniscati

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).