Changeset 1000 in MondoRescue


Ignore:
Timestamp:
Dec 8, 2006, 5:00:21 PM (17 years ago)
Author:
Bruno Cornec
Message:

Debug actions to solve seg fault

Location:
trunk/mondo/src/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/common/libmondo-devices.c

    r979 r1000  
    20612061    log_it("bkpinfo->scratchdir is being set to %s", bkpinfo->scratchdir);
    20622062
    2063     mr_asprintf(&g_erase_tmpdir_and_scratchdir, "rm -Rf %s %s", bkpinfo->tmpdir,
    2064             bkpinfo->scratchdir);
    2065 
    20662063    mr_asprintf(&command, "rm -Rf %s/mondo.tmp.* %s/mondo.scratch.*", tmp, tmp);
    20672064    mr_free(tmp);
  • trunk/mondo/src/common/libmondo-tools.c

    r914 r1000  
    12391239{
    12401240    if (mal) {
     1241            /*
    12411242        iamhere("Malloc'ing globals");
     1243        */
    12421244        g_erase_tmpdir_and_scratchdir = NULL;
    12431245        malloc_string(g_serial_string);
Note: See TracChangeset for help on using the changeset viewer.