[framework-issues] [Issue 102568] assertion failed tpp.c __ pthread_tpp_change_priority

2009-09-04 Thread pjessen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102568





--- Additional comments from pjes...@openoffice.org Fri Sep  4 08:16:43 
+ 2009 ---
Okay, have installed DEV300_m56 on my test-setup.  Have started soffice.bin like
this:

/opt/ooo-dev3/program/soffice.bin -headless -nologo -norestore
-accept='socket,host=localhost,port=8100;urp;StarOffice.ServiceManager'
-nofirststartwizard

Then I ran the DocumentConverter script:

PYTHON=/opt/ooo-dev3/program/python
export PYTHONPATH=/opt/ooo-dev/basis3.2/program
ulimit -c unlimited
$PYTHON ./DocumentConverter.py $@

For each conversion, I got ERROR! ErrorCodeIOException 19468. I'm going to run
conversions continually and see what happens.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 102568] assertion failed tpp.c __ pthread_tpp_change_priority

2009-09-04 Thread pjessen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102568





--- Additional comments from pjes...@openoffice.org Fri Sep  4 08:58:15 
+ 2009 ---
Sorry, looks like I didn't get the test script running properly. Will try the
continuous conversions again. 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 102568] assertion failed tpp.c __ pthread_tpp_change_priority

2009-09-04 Thread pjessen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102568





--- Additional comments from pjes...@openoffice.org Fri Sep  4 09:02:48 
+ 2009 ---
1) I kept soffice.bin running headless, which gave me a number of good
conversions but interspersed with ERROR! ErrorCodeIOException 283.
2) I then ran soffice.bin with GUI, which produced a number of the following: 

terminate called after throwing an instance of 'std::bad_alloc'

or

ERROR! ErrorCodeIOException 283

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 102568] assertion failed tpp.c __ pthread_tpp_change_priority

2009-09-04 Thread pjessen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102568





--- Additional comments from pjes...@openoffice.org Fri Sep  4 10:31:54 
+ 2009 ---
No, I have a suite of 15 test documents that I'm converting.  I only saw two
instance of terminate called after throwing an instance of 'std::bad_alloc'
and they didn't come from the same conversion/document.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 102568] assertion failed tpp.c __ pthread_tpp_change_priority

2009-09-04 Thread pjessen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102568





--- Additional comments from pjes...@openoffice.org Fri Sep  4 12:06:50 
+ 2009 ---
No, the soffice-bin process is stable, the problems are reported by the python
process. 
Wrt ErrorCodeIOException 283, it does appear to be caused by a particular 
document. 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 102568] assertion failed tpp.c __ pthread_tpp_change_priority

2009-09-03 Thread pjessen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102568





--- Additional comments from pjes...@openoffice.org Thu Sep  3 16:38:45 
+ 2009 ---
1) it is python that is crashing.
2) I'm using the system python.
3) without the LD_LIBRARY_PATH set, I get the following:

(flock -s 200; sxw2pdf aug2009.1.sxw aug2009.1.pdf) 200/var/lock/sxw2pdf
Traceback (most recent call last):
  File /usr/share/ooo3/program/DocumentConverter.py, line 13, in module
import uno
  File /opt/openoffice.org/basis3.1/program/uno.py, line 33, in module
import pyuno
SystemError: dynamic module not initialized properly

I switched to using the OOo python, assuming /opt/openoffice.org3/program/python
is the correct one. 
Using that, I got a segfault on the second try.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 102568] assertion failed tpp.c __ pthread_tpp_change_priority

2009-06-08 Thread pjessen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102568





--- Additional comments from pjes...@openoffice.org Mon Jun  8 10:27:49 
+ 2009 ---
Have installed vanilla OO 3.1, but I'm unable to get the soffice daemon to run,
it just kept hanging waiting for a futex, never started listening on 8100.  If I
manage to get it to run, and reproduce the problem, I'll reopen.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 102568] assertion failed tpp.c __ pthread_tpp_change_priority

2009-06-08 Thread pjessen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102568


User pjessen changed the following:

What|Old value |New value

  Status|RESOLVED  |UNCONFIRMED

  Resolution|WORKSFORME|





--- Additional comments from pjes...@openoffice.org Mon Jun  8 12:54:25 
+ 2009 ---
I managed to get the daemon running by adding '-nofirststartwizard'.  I have now
switched to running vanilla OO 3.1, and the issue manifests itself a little
differently.  I still get a core dump, but so far I have not seen the assertion
mentioned initially. 

The daemon I'm running is:

/opt/openoffice.org3/program/soffice.bin -headless -nologo -norestore
-accept='socket,host=localhost,port=8100;urp;StarOffice.ServiceManager'
-nofirststartwizard

My client is the following script:

export PYTHONPATH=/opt/openoffice.org/basis3.1/program
export LD_LIBRARY_PATH=/opt/openoffice.org/basis3.1/program/
export
URE_BOOTSTRAP=vnd.sun.star.pathname:/opt/openoffice.org3/program/fundamentalrc
taskset 0x1 python /usr/share/ooo3/program/DocumentConverter.py sxwfile pdffile



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 102568] assertion failed tpp.c __ pthread_tpp_change_priority

2009-06-06 Thread pjessen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102568
 Issue #|102568
 Summary|assertion failed tpp.c __pthread_tpp_change_priority
   Component|framework
 Version|OOo 3.1
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|pjessen





--- Additional comments from pjes...@openoffice.org Sat Jun  6 16:02:11 
+ 2009 ---
I'm using the DocumentConverter.py script to convert .sxw documents to PDFs.
Occasionally I'll see this:

python: tpp.c:63: __pthread_tpp_change_priority: Assertion `new_prio == -1 ||
(new_prio = __sched_fifo_min_prio  new_prio = __sched_fifo_max_prio)' 
failed.

At other times I just get a core dump. (no backtrace worth much)

I believe I have determined that this only happens on multi-processor machines,
at least I have not been able to reproduce on a single-processor machine. I have
also used 'taskset' to tie both the soffice daemon and the script to the same
CPU, which have greatly reduced the number of occurrences. 

The problem is easily reproduced although it will take a few attempts. 

This issue was already reported to openSUSE, but I'm not sure if it's going
anywhere:  https://bugzilla.novell.com/show_bug.cgi?id=498789

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 102568] assertion failed tpp.c __ pthread_tpp_change_priority

2009-06-06 Thread pjessen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102568





--- Additional comments from pjes...@openoffice.org Sat Jun  6 16:15:39 
+ 2009 ---
I should have added:

I'm running an soffice daemon like this:

/usr/lib/ooo3/program/soffice.bin -headless -nologo -norestore
-accept='socket,host=localhost,port=8100;urp;StarOffice.ServiceManager'



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org