Well, I just play with Oracle Service Bus Workshop studio and this one
bug also affected me, but when I want to execute the patch I will
receive following in strace and whole script stops:
root@helios:~# strace patch libdbusmenu-ma.patch
execve("/usr/bin/patch", ["patch", "libdbusmenu-ma.patch"], [/* 37 vars */]) = 0
brk(0) = 0x1164000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7fd613010000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/development/lib/jnetpcap-1.3.0/tls/x86_64/libc.so.6", O_RDONLY) = -1
ENOENT (No such file or directory)
stat("/development/lib/jnetpcap-1.3.0/tls/x86_64", 0x7fff86838b20) = -1 ENOENT
(No such file or directory)
open("/development/lib/jnetpcap-1.3.0/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No
such file or directory)
stat("/development/lib/jnetpcap-1.3.0/tls", 0x7fff86838b20) = -1 ENOENT (No
such file or directory)
open("/development/lib/jnetpcap-1.3.0/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT
(No such file or directory)
stat("/development/lib/jnetpcap-1.3.0/x86_64", 0x7fff86838b20) = -1 ENOENT (No
such file or directory)
open("/development/lib/jnetpcap-1.3.0/libc.so.6", O_RDONLY) = -1 ENOENT (No
such file or directory)
stat("/development/lib/jnetpcap-1.3.0", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=158545, ...}) = 0
mmap(NULL, 158545, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fd612fe9000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\360\1\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1638120, ...}) = 0
mmap(NULL, 3749080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fd612a5e000
mprotect(0x7fd612be8000, 2093056, PROT_NONE) = 0
mmap(0x7fd612de7000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x189000) = 0x7fd612de7000
mmap(0x7fd612dec000, 21720, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fd612dec000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7fd612fe8000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7fd612fe6000
arch_prctl(ARCH_SET_FS, 0x7fd612fe6720) = 0
mprotect(0x7fd612de7000, 16384, PROT_READ) = 0
mprotect(0x61a000, 4096, PROT_READ) = 0
mprotect(0x7fd613012000, 4096, PROT_READ) = 0
munmap(0x7fd612fe9000, 158545) = 0
brk(0) = 0x1164000
brk(0x1187000) = 0x1187000
getpid() = 5969
lstat("/tmp/pol6S2OK", 0x7fff86838fb0) = -1 ENOENT (No such file or directory)
lstat("/tmp/pib4kjZB", 0x7fff86838fb0) = -1 ENOENT (No such file or directory)
lstat("/tmp/prtn6z9s", 0x7fff86838fb0) = -1 ENOENT (No such file or directory)
lstat("/tmp/ppt1bRjk", 0x7fff86838fb0) = -1 ENOENT (No such file or directory)
rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART,
0x7fd612a91d80}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGHUP, {0x40cd40, [], SA_RESTORER, 0x7fd612a91d80}, NULL, 8) = 0
rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPIPE, {0x40cd40, [], SA_RESTORER, 0x7fd612a91d80}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {0x40cd40, [], SA_RESTORER, 0x7fd612a91d80}, NULL, 8) = 0
rt_sigaction(SIGXCPU, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXCPU, {0x40cd40, [], SA_RESTORER, 0x7fd612a91d80}, NULL, 8) = 0
rt_sigaction(SIGXFSZ, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXFSZ, {0x40cd40, [], SA_RESTORER, 0x7fd612a91d80}, NULL, 8) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x40cd40, [], SA_RESTORER, 0x7fd612a91d80}, NULL, 8) = 0
fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 6), ...}) = 0
open("/tmp/ppt1bRjk", O_RDWR|O_CREAT|O_EXCL|O_TRUNC, 0600) = 3
fcntl(3, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE)
fstat(3, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7fd61300f000
lseek(3, 0, SEEK_CUR) = 0
fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 6), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7fd61300e000
read(0,
Here execution stops and nothing happen anymore.
Ladislav
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/859512
Title:
Please convert libdbusmenu to multiarch
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdbusmenu/+bug/859512/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs