Hello

When testing deploy I get an error as appended.
Half a year ago I think deploy worked fine.
Has Ubuntu changed?
What can I do?

Thank you, Georg
---------------------------------------------------------------------
Factor 0.98 x86.64 (1720, heads/master-7b18618b3e, Wed Nov  4 12:55:22
2015) [GCC 4.8.4] on linux

IN: scratchpad USE: tools.deploy
IN: scratchpad "hello-ui" deploy
Loading resource:extra/hello-ui/hello-ui.factor
{
    "Hello world/hello-ui"
    "-pic=0"
    "-i=/home/sdb3/.factor-cache/staging.math-threads-compiler-io-..."
    "-vocab-manifest-out=/tmp/factor-temp/vocab-manifest-hello-ui"
    "-deploy-vocab=hello-ui"
    "-deploy-config=/tmp/factor-temp/deploy-config-hello-ui"
    "-output-image=/tmp/factor-temp/hello-ui.image"
    "-resource-path=/home/pub/neu_factor-linux-x86-64-2015-11-04-1..."
    "-run=tools.deploy.shaker"
}
fatal_error: Double fault: 0x7f73bb20efe0

Nursery   : [0x7f73b12c0000 -> 0x7f73b14c0000]    2097152 bytes
Aging     : [0x7f73b0ac0000 -> 0x7f73b0ec0000]    4194304 bytes
Tenured   : [0x7f73a4ac0000 -> 0x7f73b0ac0000]  201326592 bytes
Cards     : [0x7f73a49c7010 -> 0x7f73a4a91410]     828416 bytes

Contexts:

  Active:
  Datastack   : [0x7f73bb353000 -> 0x7f73bb393000]     262144 bytes
  Retainstack : [0x7f73bb311000 -> 0x7f73bb351000]     262144 bytes
  Callstack   : [0x7f73bb20f000 -> 0x7f73bb30f000]    1048576 bytes

  Datastack   : [0x7f739fbbe000 -> 0x7f739fbfe000]     262144 bytes
  Retainstack : [0x7f739fb7c000 -> 0x7f739fbbc000]     262144 bytes
  Callstack   : [0x7f739fa7a000 -> 0x7f739fb7a000]    1048576 bytes
---------------------------------------------------------------------
popup window:
---------------------------------------------------------------------
Process exited with error code T{ signal { n 6 } }

Launch descriptor:

T{ process
    { command
        {
            "Hello world/hello-ui"
            "-pic=0"
            "-i=/home/sdb3/.factor-cache/staging.math-threads-compiler-io-..."
            "-vocab-manifest-out=/tmp/factor-temp/vocab-manifest-hello-ui"
            "-deploy-vocab=hello-ui"
            "-deploy-config=/tmp/factor-temp/deploy-config-hello-ui"
            "-output-image=/tmp/factor-temp/hello-ui.image"
            "-resource-path=/home/pub/neu_factor-linux-x86-64-2015-11-04-1..."
            "-run=tools.deploy.shaker"
        }
    }
    { environment H{ } }
    { environment-mode +append-environment+ }
    { stdin +closed+ }
    { stdout T{ fd { disposed t } { fd 22 } } }
    { stderr +stdout+ }
    { priority +low-priority+ }
    { group +same-group+ }
    { status T{ signal { n 6 } } }
    { pipe
        T{ pipe
            { in T{ fd { disposed t } { fd 21 } } }
            { out T{ fd { disposed t } { fd 22 } } }
        }
    }
}
---------------------------------------------------------------------

------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to