Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 17th November 2011, 01:26 PM
dulkancellin's Avatar
dulkancellin Offline
Registered User
 
Join Date: Nov 2011
Posts: 6
linuxfirefox
Problem with xmgrace in f16

Hi everybody,

This is my first post, so apologies for the inconveniences. I've just upgraded to f16 from f15.
Now I have problems in calling xmgrace. At home directory, I have

[pablo@pampas ~]$ xmgrace
xmgrace: malloc.c:2451: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) == 0)' failed.
Aborted

However, I just realized that doing

[pablo@pampas grace]$/usr/share/grace/xmgrace

Everything goes well.
Any idea of what's going on and how to fix the matter?

Thanks
Reply With Quote
  #2  
Old 17th November 2011, 01:47 PM
skytux's Avatar
skytux Offline
Registered User
 
Join Date: Mar 2010
Location: São José dos Campos (Brasil)
Posts: 58
linuxfirefox
Re: Problem with xmgrace in f16

Quote:
Originally Posted by dulkancellin View Post
Hi everybody,

This is my first post, so apologies for the inconveniences. I've just upgraded to f16 from f15.
Now I have problems in calling xmgrace. At home directory, I have

[pablo@pampas ~]$ xmgrace
xmgrace: malloc.c:2451: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) == 0)' failed.
Aborted

However, I just realized that doing

[pablo@pampas grace]$/usr/share/grace/xmgrace

Everything goes well.
Any idea of what's going on and how to fix the matter?

Thanks
I have grace-5.1.22-9.fc16.x86_64 and after preupgrading from F15 to F16, it runs without any problem.

Try to reinstall it:

Code:
# yum reinstall grace
Good luck!
Reply With Quote
  #3  
Old 18th November 2011, 04:07 PM
dulkancellin's Avatar
dulkancellin Offline
Registered User
 
Join Date: Nov 2011
Posts: 6
linuxfirefox
Re: Problem with xmgrace in f16

Skytux,

Thank you for your suggestion. Unfortunately, it didn't work.
I also tried removing the package to install it afresh, but it didn't work either.
I have no clue of what's going on. Hopefully, it will work after some future update.

Cheers
Reply With Quote
  #4  
Old 27th November 2011, 06:47 AM
nikshurt Offline
Registered User
 
Join Date: Nov 2011
Posts: 2
linuxfirefox
Re: Problem with xmgrace in f16

I checked grace in fc16 and obtained the same errors of malloc,
rpmbuild from the src package gave the same results.
Sure in fc15 grace does work without problems. The forcing including the grace from fc15 gave the same malloc error. Thus this troulbe is probably from fc16 (i386) itself. NEED THE URGENT solution!
-------------------
Sergei Trushkin
Reply With Quote
  #5  
Old 27th November 2011, 11:41 AM
plasmonics Online
Registered User
 
Join Date: Feb 2009
Posts: 60
linuxfirefox
Re: Problem with xmgrace in f16

Did not find any problem here. I ran xmgrace from both the command line and the menu on F16 x86_64. No malloc problem.
Reply With Quote
  #6  
Old 27th November 2011, 01:09 PM
nikshurt Offline
Registered User
 
Join Date: Nov 2011
Posts: 2
linuxfirefox
Re: Problem with xmgrace in f16

if scr grace is rpmbuilded with MALLOC_CHECK_=1

xmgrace works with:
*** glibc detected *** xmgrace: malloc: top chunk is corrupt: 0x08c35fc8 ***

the current kernel 3.1.2-1.fc16.i686.PAE
Reply With Quote
  #7  
Old 9th December 2011, 03:09 PM
dulkancellin's Avatar
dulkancellin Offline
Registered User
 
Join Date: Nov 2011
Posts: 6
linuxfirefox
Re: Problem with xmgrace in f16

I noticed that the same problem with xmgrace had happened in f14.

http://forums.fedoraforum.org/showth...hlight=xmgrace

a) Similar message of memory allocation problem.
b) Xmgrace failed with a memory allocation error when it was called from any directory,
except when it was called directly from /usr/bin directory.
c) Problem showed up in 32bit kernel, but not in 64bit kernel.

I installed xmgrace from source following the suggestion given in #4 of the above thread,
and xmgrace worked fine.
Reply With Quote
  #8  
Old 13th January 2012, 01:02 AM
anonimo115 Offline
Registered User
 
Join Date: Jan 2012
Location: Mexico
Posts: 1
linuxfirefox
Re: Problem with xmgrace in f16

I could run xmgrace from RPM files in fedora 16 from here:
ftp://rpmfind.net/linux/mageia/distr....mga2.i586.rpm

It needed a library that was downloaded from here:
ftp://rpmfind.net/linux/Mandriva/dev...012.0.i586.rpm

The files were posted in:
http://rpmfind.net/
Reply With Quote
  #9  
Old 17th January 2012, 10:53 PM
kanato Offline
Registered User
 
Join Date: Dec 2008
Posts: 28
linuxfirefox
Re: Problem with xmgrace in f16

Yeah I have this same problem (again in F16!).

There is a bug filed on this:
https://bugzilla.redhat.com/show_bug.cgi?id=649917

There is a fix posted in that bug report. You have to download the source code and copy the fonts directory&files to the /usr/share/grace directory.

Last edited by kanato; 17th January 2012 at 11:04 PM.
Reply With Quote
Reply

Tags
f16, problem, xmgrace

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
xmgrace problem rudra-b Using Fedora 1 12th December 2010 04:35 PM
xmgrace problem rudra-b Installation and Live Media 2 8th November 2010 12:27 PM
xmgrace problem dvkhakhar Using Fedora 2 13th July 2009 09:54 PM
xmgrace eloranta Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 6 26th May 2009 03:06 PM
xmgrace problem npsilva Using Fedora 1 19th January 2009 11:06 AM


Current GMT-time: 17:06 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat