Bad system call - 45 for my binary app

Andrey Rogovsky a.rogovsky at gmail.com
Wed Jan 11 09:34:24 UTC 2017


Hi, all!

I crafted snap for i386 X11 app (no sources) which work success on amd64
arch in development mode.
But when I install it in strict mode - got this error:

= Seccomp =
Time: Jan 11 11:26:38
Log: auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=17988
comm="BlueQuest" exe="/snap/bluequest/x1/usr/bin/BlueQuest" sig=31
arch=40000003 45(brk) compat=1 ip=0xf7749547 code=0x0
Syscall: brk

How I can resolve this problem?

This is my snapcraft file:
name: bluequest
version: 1.0
summary: Game
description: Play Blue Quest Game.
icon: BlueQuest/assets/icon.png
grade: stable
confinement: strict

apps:
  bluequest:
    command: usr/bin/bluequest
    plugs: [network, network-bindx11, home, unity7, pulseaudio]

parts:
  bluequest:
   plugin: dump
   source: BlueQuest
   organize:
    bluequest: usr/bin/bluequest
    BlueQuest: usr/bin/BlueQuest
  usrlib32:
   plugin: dump
   source: /usr/lib/i386-linux-gnu
  syslib32:
   plugin: dump
   source: /lib/i386-linux-gnu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/snapcraft/attachments/20170111/83aeb108/attachment.html>


More information about the Snapcraft mailing list