Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 537600 - www-client/chromium-40.0.2214.91 MediaQueryExp.h:95:111: internal compiler error: Segmentation fault
Summary: www-client/chromium-40.0.2214.91 MediaQueryExp.h:95:111: internal compiler er...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-24 20:56 UTC by Mike
Modified: 2015-01-25 11:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info '=www-client/chromium ...' (emerge.info.chromium,4.73 KB, text/plain)
2015-01-24 20:56 UTC, Mike
Details
build.log.tar.bz2 (build.log.tar.bz2,297.70 KB, application/x-bzip-compressed-tar)
2015-01-24 21:16 UTC, Mike
Details
emerge -pqv 'www-client/chromium ... (emerge.pqv.chromium,464 bytes, text/plain)
2015-01-24 21:18 UTC, Mike
Details
environment (environment,186.24 KB, text/plain)
2015-01-24 21:18 UTC, Mike
Details
build.log.tar.bz2 (build.log.tar.bz2,191 bytes, application/x-bzip-compressed-tar)
2015-01-24 23:57 UTC, Mike
Details
dmesg > _dmesg (_dmesg,37.91 KB, text/plain)
2015-01-24 23:58 UTC, Mike
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike 2015-01-24 20:56:02 UTC
Created attachment 394798 [details]
emerge --info '=www-client/chromium ...'

I've tried "perl-cleaner --reallyall" and it didn't help.
Comment 1 Mike 2015-01-24 21:16:28 UTC
Created attachment 394804 [details]
build.log.tar.bz2
Comment 2 Mike 2015-01-24 21:18:07 UTC
Created attachment 394806 [details]
emerge -pqv 'www-client/chromium ...
Comment 3 Mike 2015-01-24 21:18:37 UTC
Created attachment 394808 [details]
environment
Comment 4 Mike Gilbert gentoo-dev 2015-01-24 21:35:06 UTC
From the log file:

../../third_party/WebKit/Source/core/css/MediaQueryExp.h:95:111: internal compiler error: Segmentation fault

Can you check dmesg for any errors please?
Comment 5 Mike 2015-01-24 23:56:07 UTC
I'll add another build.log and the content of 'dmesg'
Comment 6 Mike 2015-01-24 23:57:42 UTC
Created attachment 394822 [details]
build.log.tar.bz2
Comment 7 Mike 2015-01-24 23:58:40 UTC
Created attachment 394824 [details]
dmesg > _dmesg
Comment 8 Mike 2015-01-25 00:01:37 UTC
The last line of dmesg said:
[  394.120195] tar (3446) used greatest stack depth: 12736 bytes left

Does that mean it's out of memory or smth?
Comment 9 Jeroen Roovers (RETIRED) gentoo-dev 2015-01-25 08:40:58 UTC
Comment on attachment 394804 [details]
build.log.tar.bz2

Why did you store a single file in a tar archive?
Comment 10 Jeroen Roovers (RETIRED) gentoo-dev 2015-01-25 08:43:48 UTC
Comment on attachment 394822 [details]
build.log.tar.bz2

Again, compression doesn't need tar.
Comment 11 Jeroen Roovers (RETIRED) gentoo-dev 2015-01-25 08:44:42 UTC
Comment on attachment 394822 [details]
build.log.tar.bz2

And in this case, you seem to have compressed build.log with bzip2, then put it in a tar archive, and then compressed it again.
Comment 12 Jeroen Roovers (RETIRED) gentoo-dev 2015-01-25 08:45:34 UTC
Comment on attachment 394822 [details]
build.log.tar.bz2

And build.log.out says:

00000000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00002800
Comment 13 Jeroen Roovers (RETIRED) gentoo-dev 2015-01-25 08:47:15 UTC
2 gigabytes RAM with 2 make jobs. You ran out of memory.
Comment 14 Mike 2015-01-25 11:21:40 UTC
I compressed only build.log because it's the only file over 1000K, it's size is 19MB when it's unpacked. I used 'tar cvjpf build.log.tar.bz2 build.log'. I thought that's how it's supposed to be done. 
I think I typed 'tar cvjpf build.log build.log.tar.bz2' the first time and got it right only in the second time. Maybe that left irregularities in the archive. Sorry :-)

About the memory shortage: is there any way for me to fix it?
I've got 2GB of RAM and 2GB of swapspace.
Or the only solution would be to buy a newer computer?