-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GLib-ERROR **: gmem.c:175: failed to allocate 18446744073709551615 bytes #2023
Comments
Please desrcibe step-by-step how to reproduce this bug. |
I just type "mc" at command prompt, press enter and immediately see this error. Reproducible always.
~> mc
GLib-ERROR : gmem.c:175: failed to allocate 18446744073709551615 bytes
|
BTW:
~> wcalc -h 18446744073709551615 0xffffffffffffffff |
Replying to lvv:
My setup is mostly the same, but I use git ebuild and don't see such problems. Maybe, something like old ~/.mc/ content makes mc upset. You might try to verify it by moving temporarily ~/.mc/ somewhere, then rollback and proceed further investigation.
Wonder, if -git one breaks for you. (In case you'll give it a try: http://www.midnight-commander.org/browser/contrib/dist/gentoo/README)
Would be nice to see whole stack trace for this breakage (might need to reemerge mc with FEATURES=debug). Either by attaching gdb:
or by tracing it with valgrind:
Thanks! |
It was .mc/ini |
Replying to lvv:
Tried to add ====== at the beginning of ini file and at the section start. Unable to reproduce failure. May I ask you to attach your ini file to this bug? |
".mc/" dir where "ini" file have extraneous "======" |
I believe it is a bug of GLib, not MC. |
Important
This issue was migrated from Trac:
lvv
(@lvv)glib
,64
I see this error with mc-4.7.0.2 on gentoo x86_64. I've tied on/off all use flags and to compile from source. Error always the same.
~> uname -a
Linux ahp 2.6.30.9 #2 SMP Sun Jan 31 21:47:23 EET 2010 x86_64 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz GenuineIntel GNU/Linux
~> eix dev-libs/glib
dev-libs/glib
~> ldd /usr/local/bin/mc
~> l /usr/lib/libglib-2*
-rw-r--r-- 1 root root 1.8M 2010-01-29 21:55 /usr/lib/libglib-2.0.a
-rw-r--r-- 1 root root 953 2010-01-29 21:55 /usr/lib/libglib-2.0.la
lrwxrwxrwx 1 root root 23 2010-01-29 21:55 /usr/lib/libglib-2.0.so -> libglib-2.0.so.0.2200.4*
lrwxrwxrwx 1 root root 23 2010-01-29 21:55 /usr/lib/libglib-2.0.so.0 -> libglib-2.0.so.0.2200.4*
-rwxr-xr-x 1 root root 989K 2010-01-29 21:55 /usr/lib/libglib-2.0.so.0.2200.4*
Note
Original attachments:
lvv
(@lvv) onFeb 14, 2010 at 11:51 UTC
The text was updated successfully, but these errors were encountered: