Changes between Version 12 and Version 13 of FAQ


Ignore:
Timestamp:
Feb 15, 2007, 5:11:25 PM (17 years ago)
Author:
Bruno Cornec
Comment:

Q14 improved

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v12 v13  
    281281== Q14/ I am getting the following error when running mondoarchive ==
    282282    "*** glibc detected *** free(): invalid next size (fast): 0x00000000005496a0 ***" (or similar hex value). It hangs after that. What can I do? ==
    283   This is a problem that only seems to appear on Debian systems when the newt interface of mondoarchive is used. The workaround is to install
     283  This is a problem that may appear on Debian systems when the newt interface of mondoarchive is used. The workaround is to install
    284284  package libfribidi0. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=351367 for more in-depth information.
     285
     286  Other users may want to patch their mondo code (< 2.2.1) at libmondo-archive.c line 1083 by removing the free(tmp) which is at that line in that file.
    285287
    286288== Q15/ I need a pair of 1440kb boot + root floppies but they are not getting created. How can I get them? ==