Status: New
Owner: ----

New issue 3544 by [email protected]: linux: d8 debug build aborts when /proc is not mounted
https://code.google.com/p/v8/issues/detail?id=3544

The sysconf(_SC_NPROCESSORS_ONLN) and sysconf(_SC_PHYS_PAGES) calls in src/base/sys-info.cc read from /proc and fail when the procfs isn't mounted. (_SC_NPROCESSORS_ONLN also tries /sys but _SC_PHYS_PAGES only works with /proc.)

Release builds are unaffected but debug builds hit UNREACHABLE() statements. Removing them seems to fix the issue without ill effects.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to