[Bug 140619] Re: [Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit

2007-12-17 Thread Iván Campaña
Had the same error yesterday with the latest updates, tried all the
recommendations, removing, purging and then reinstalling all the oo
package, used the gconf tool, changed the GTK_IM_MODULE, even tried with
the fonts elimination found on some forums, still didn't work.

I did an strace to the main open office executable and then I found that
it was looking for some libflac8 library and then it segfaults (weird
since it is and audio library), checked the list of updates and there it
was, a security update for that library, went back to the previous
version digging through the packages available at
http://packages.ubuntu.com/ and after downgrading the library all
problems dissapeared and openoffice went back to normal.

I'm not sure if it is the same cause for all, but at least that way we
can get to know what is causing those issues.

In case anyone wants to try, this is the command line:

strace /usr/lib/openoffice/program/soffice.bin

That way we can get to catch those pesky errors.

And if someone wants to know where the old libflac8 version is, here is the 
link:
http://archive.ubuntu.com/ubuntu/pool/main/f/flac/libflac8_1.2.1-1ubuntu1_i386.deb

The weird thing is, I have the latest version on my laptop and it works
fine.

-- 
[Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit
https://bugs.launchpad.net/bugs/140619
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 140619] Re: [Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit

2007-11-01 Thread evuraan
I had this error in edgy, fiesty and now I gutsy.

I get this error when I try

oowriter -p ff.txt

or

ooweb -p ff.txt

Here's the strace:

execve(/usr/bin/ooweb, [ooweb, -p, ff.txt], [/* 37 vars */]) = 0
brk(0)  = 0x805f000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7ef6000
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=52772, ...}) = 0
mmap2(NULL, 52772, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7ee9000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/tls/i686/cmov/libc.so.6, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260a\1..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1339816, ...}) = 0
mmap2(NULL, 1349136, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7d9f000
mmap2(0xb7ee3000, 12288, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x143) = 0xb7ee3000
mmap2(0xb7ee6000, 9744, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ee6000
close(3)= 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7d9e000
set_thread_area({entry_number:-1 - 6, base_addr:0xb7d9e6b0, limit:1048575, 
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, 
useable:1}) = 0
mprotect(0xb7ee3000, 4096, PROT_READ)   = 0
munmap(0xb7ee9000, 52772)   = 0
getpid()= 6059
rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
geteuid32() = 1000
brk(0)  = 0x805f000
brk(0x808)  = 0x808
getppid()   = 6058
stat64(/tmp, {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat64(., {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
open(/usr/bin/ooweb, O_RDONLY)= 3
fcntl64(3, F_DUPFD, 10) = 10
close(3)= 0
fcntl64(10, F_SETFD, FD_CLOEXEC)= 0
rt_sigaction(SIGINT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {0x80551b0, ~[RTMIN RT_1], 0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL}, NULL, 8) = 0
read(10, #!/bin/sh\nexport OOO_EXTRA_ARG=\'..., 8192) = 81
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0xb7d9e6f8) = 6060
wait4(-1, 
** (process:6060): WARNING **: Unknown error forking main binary / abnormal 
early exit ...
[{WIFEXITED(s)  WEXITSTATUS(s) == 0}], 0, NULL) = 6060
--- SIGCHLD (Child exited) @ 0 (0) ---
read(10, , 8192)  = 0
exit_group(0)   = ?
Process 6059 detached

-- 
[Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit
https://bugs.launchpad.net/bugs/140619
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 140619] Re: [Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit

2007-09-27 Thread vlk
..i have the same problem with today updates

-- 
[Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit
https://bugs.launchpad.net/bugs/140619
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 140619] Re: [Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit

2007-09-18 Thread Jonathan Ernst
fixed using gconftool --type float --set
/desktop/gnome/font_rendering/dpi 96

found in http://ubuntuforums.org/showthread.php?t=553280page=2

-- 
[Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit
https://bugs.launchpad.net/bugs/140619
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 140619] Re: [Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit

2007-09-18 Thread Jonathan Ernst
This problem is apparently caused by the fix of Bug #118745

-- 
[Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit
https://bugs.launchpad.net/bugs/140619
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 140619] Re: [Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit

2007-09-18 Thread mrsuicide
Whoops wrong bug...

-- 
[Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit
https://bugs.launchpad.net/bugs/140619
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 140619] Re: [Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit

2007-09-18 Thread mrsuicide
Good.

But seems to be quite critical. Some idea for component?

-- 
[Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit
https://bugs.launchpad.net/bugs/140619
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 140619] Re: [Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit

2007-09-18 Thread Brian Murray
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  With which specific version of the openoffice.org
package did you notice this issue?  You can check using the command
'dpkg -l openoffice.org | cat '.  Additonally what video drivers are you
using on your working and non-working systems?  Thanks in advance.

** Changed in: openoffice.org (Ubuntu)
   Status: New = Incomplete

-- 
[Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit
https://bugs.launchpad.net/bugs/140619
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 140619] Re: [Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit

2007-09-18 Thread Jonathan Ernst
This bug was caused by the initial fix of bug #118745. Fixing the dpi
problem in this bug fixed openoffice crash.

This bug can thus be closed.

-- 
[Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit
https://bugs.launchpad.net/bugs/140619
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 140619] Re: [Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit

2007-09-18 Thread Brian Murray
Given the workaround this bug is probably a result of bug 140540 which
has been fixed.

** Changed in: openoffice.org (Ubuntu)
   Importance: Undecided = Medium
   Status: Incomplete = Fix Released

-- 
[Gutsy] OpenOffice.org : Unknown error forking main binary / abnormal early exit
https://bugs.launchpad.net/bugs/140619
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs