Welcome to NeoOffice Forums
NeoOffice
 
Official online support site for NeoOffice and NeoOffice Mobile

Trinity
· Home
· News
· Private Messages
· Stories Archive
· Your Account


RSS Feeds
· Headlines
· Forum Posts
· NeoOffice Releases
· Beta Releases
· NeoOffice Mobile


Twitter Feeds
· @NeoOffice


Download NeoOffice
· Get NeoOffice
· Get the Latest Patch
· Language Packs
· User Guide
· User Guide Volume 2


Other Websites
· NeoOffice.org
· NeoWiki


Who's Online
There are currently, 123 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here


Languages
Select Interface Language:



  
trinity.neooffice.org :: View topic - Hang after installing Language Pack
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Private MessagesPrivate Messages   Log inLog in 

Hang after installing Language Pack
Users who have paid US$100.00 within the last year can post
Goto page Previous  1, 2
 
Post new topic   Reply to topic    trinity.neooffice.org Forum Index -> NeoOffice Beta Support
View previous topic :: View next topic  
Author Message
amayze
The Anomaly
(earlier version)


Joined: Oct 24, 2005
Posts: 440
Location: Edinburgh, Scotland

PostPosted: Sat Jun 30, 2012 2:02 am    Post subject: Reply with quote

Patch 0 Test 5 fixes it for me too.

Sorry about the lack of steps to reproduce. I had been trying to work it out, but it seems that I use Cmd-Q or the menus interchangeably depending on where my right hand is at the time without realising and had therefore not made the association.

Andy
Back to top
View user's profile Send private message Visit poster's website
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 10959
Location: California, USA

PostPosted: Sat Jun 30, 2012 8:38 am    Post subject: Reply with quote

amayze wrote:
Sorry about the lack of steps to reproduce. I had been trying to work it out, but it seems that I use Cmd-Q or the menus interchangeably depending on where my right hand is at the time without realising and had therefore not made the association.


It still seems strange to me that this bug never occurred when you quit via pressing the Command-Q keys, but at least we now know that it wasn't caused by my fixes for the hanging during update check bug nor for the Base listbox display bug.

Patrick

_________________
NeoOffice engineer
Back to top
View user's profile Send private message Visit poster's website
narf
The Anomaly


Joined: Jan 21, 2007
Posts: 1075

PostPosted: Tue Jul 03, 2012 10:29 am    Post subject: Reply with quote

I just got another crash when quitting. Steps to reproduce:

- I had 2 documents open.
- one had unsaved changes and a title (it had been saved previously)
- the other had unsaved changes and no title

- use the menu to quit, NeoOffice :: Quit

I had this happen with both Writer and Calc.

Fran
Back to top
View user's profile Send private message
narf
The Anomaly


Joined: Jan 21, 2007
Posts: 1075

PostPosted: Tue Jul 03, 2012 10:35 am    Post subject: Reply with quote

Based on this post, I understand that it may be some time before Patrick has a chance to investigate this more.

In the meanwhile I will try and narrow down the situation that causes the crash since the crashing does not occur every time like it did before the fix in the last test patch.

Fran
Back to top
View user's profile Send private message
OPENSTEP
The One
The One


Joined: May 25, 2003
Posts: 4752
Location: Santa Barbara, CA

PostPosted: Tue Jul 03, 2012 9:37 pm    Post subject: Reply with quote

In this particular case it appears the main thread is trying to join to itself in osl_getOpenFilePath so instead of deadlocking my first thought is that the join to self condition is being detected and throwing the signal to kill the application. By any chance are there any messages printed in the system console?

I'll take a glance at that code tomorrow as it maybe it needs a trylock instead of failing.

ed
Back to top
View user's profile Send private message Visit poster's website AIM Address
amayze
The Anomaly
(earlier version)


Joined: Oct 24, 2005
Posts: 440
Location: Edinburgh, Scotland

PostPosted: Wed Jul 04, 2012 4:10 am    Post subject: Reply with quote

I can reproduce this crash following Fran's steps in Writer (I've not tried Calc).
Attached is a crash log and also a couple of lines from the console:
Code:
04/07/2012 12:04:23.997 com.apple.launchd.peruser.502: ([0x0-0x5c05c].org.neooffice.NeoOffice[1090]) Tried to setup shared memory more than once
04/07/2012 12:05:01.977 com.apple.launchd.peruser.502: ([0x0-0x5c05c].org.neooffice.NeoOffice[1090]) Job appears to have crashed: Abort trap: 6

The first line is written on launch of NeoOffice, the second when it crashes.

Andy
Back to top
View user's profile Send private message Visit poster's website
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 10959
Location: California, USA

PostPosted: Wed Jul 04, 2012 9:57 am    Post subject: Reply with quote

OPENSTEP wrote:
In this particular case it appears the main thread is trying to join to itself in osl_getOpenFilePath so instead of deadlocking my first thought is that the join to self condition is being detected and throwing the signal to kill the application. By any chance are there any messages printed in the system console?

I'll take a glance at that code tomorrow as it maybe it needs a trylock instead of failing.


Good catch on the thread join. That call is in vcl/source/app/svmainhook.cxx. To add to your theory, I can see the problem being that our vcl event dispatch thread has terminated. I don't have a build available today so I can't see if I had made any changes to that file as part of the "de-Javafication" process, but I suspect that you are right about the thread joining being the cause.

Patrick

_________________
NeoOffice engineer
Back to top
View user's profile Send private message Visit poster's website
OPENSTEP
The One
The One


Joined: May 25, 2003
Posts: 4752
Location: Santa Barbara, CA

PostPosted: Wed Jul 04, 2012 9:57 am    Post subject: Reply with quote

OK thanks. Thanks for looking at the console output for me. The SIGABRT doesn't really nail things down more but yeah that is the application shooting itself in the head. Probably not a bad idea Wink

It's a holiday here so I'll be mostly farting off but I'll start spinning on this later this afternoon after I get bored with watching DS9 (which is yet another unique form of self-hatred and torture, but at least finally I'm getting close to the dominion storyline)

ed
Back to top
View user's profile Send private message Visit poster's website AIM Address
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 10959
Location: California, USA

PostPosted: Sun Jul 08, 2012 9:31 am    Post subject: Reply with quote

I found the cause of this crash and it was in our new native menu code. I have fixed it, but I need to fix the native menu bugs described in this forum topic before I post a test patch. Hopefully I will have a test patch posted in the coming week.

Patrick

_________________
NeoOffice engineer
Back to top
View user's profile Send private message Visit poster's website
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 10959
Location: California, USA

PostPosted: Tue Jul 10, 2012 3:37 pm    Post subject: Reply with quote

I think that I have fixed this crashing bug.

Can you install the test patch and tell us this bug is fixed for you?:

Intel:
http://sally.neooffice.org/test/NeoOffice-3.3_Beta-Patch-0-Test-6-Intel.dmg

Patrick

_________________
NeoOffice engineer
Back to top
View user's profile Send private message Visit poster's website
narf
The Anomaly


Joined: Jan 21, 2007
Posts: 1075

PostPosted: Tue Jul 10, 2012 5:54 pm    Post subject: Reply with quote

The crashing bug is fixed for me with Test Patch 6.

Thank you,
Fran
Back to top
View user's profile Send private message
amayze
The Anomaly
(earlier version)


Joined: Oct 24, 2005
Posts: 440
Location: Edinburgh, Scotland

PostPosted: Wed Jul 11, 2012 1:48 am    Post subject: Reply with quote

Patch 0 Test 6 fixes this crashing bug for me too.

Thanks,

Andy
Back to top
View user's profile Send private message Visit poster's website
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 10959
Location: California, USA

PostPosted: Fri Jul 13, 2012 9:59 am    Post subject: Reply with quote

FYI. I have included the fixes for both the hanging during patch update check bug and the crash when quitting using the menus in the menubar bug in NeoOffice 3.3 Beta Patch 1. You can download the patch from the NeoOffice 3.3 Beta patch download page.

I have also included the fix for hanging during patch update check bug in NeoOffice 3.2.1 Patch 7. You can download the patch from the NeoOffice 3.2.1 patch download page.

Patrick

_________________
NeoOffice engineer
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    trinity.neooffice.org Forum Index -> NeoOffice Beta Support All times are GMT - 7 Hours
Goto page Previous  1, 2
Page 2 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001, 2005 phpBB Group

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © Planamesa Inc.
NeoOffice is a registered trademark of Planamesa Inc. and may not be used without permission.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.03 Seconds