View previous topic :: View next topic |
Author |
Message |
pluby The Architect
![The Architect The Architect](modules/Forums/images/ranks/ship.png)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Tue Dec 14, 2004 3:54 pm Post subject: |
|
I looked back through my recent code changes and I now suspect that this bug started appearing when I implemented delayed rendering of copied data.
I have rolled back the code to do immediate rendering of copied data and uploaded a new test patch here:
http://www.planamesa.com/test/testpatch4.tar.gz
Can you verify that this test patch fixes this bug? To install this patch, execute the following commands in a terminal:
cd /Applications/NeoOfficeJ.app
sudo tar zxvf "/path/to/downloaded/file"
Patrick |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
Waldo Oracle
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Dec 03, 2004 Posts: 239
|
Posted: Tue Dec 14, 2004 8:11 pm Post subject: |
|
Wait.. testpatch4? Where'd testpatch2 & 3 go? I didn't have any more crashes w/1 so... should i try this one too? Or does this address the 'do nothing' bug rather than the "quit" one?
W
pluby wrote: | I looked back through my recent code changes and I now suspect that this bug started appearing when I implemented delayed rendering of copied data.
I have rolled back the code to do immediate rendering of copied data and uploaded a new test patch here:
http://www.planamesa.com/test/testpatch4.tar.gz
Can you verify that this test patch fixes this bug? To install this patch, execute the following commands in a terminal:
cd /Applications/NeoOfficeJ.app
sudo tar zxvf "/path/to/downloaded/file"
Patrick |
|
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
pluby The Architect
![The Architect The Architect](modules/Forums/images/ranks/ship.png)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Wed Dec 15, 2004 12:25 am Post subject: |
|
Waldo wrote: | Wait.. testpatch4? Where'd testpatch2 & 3 go? I didn't have any more crashes w/1 so... should i try this one too? Or does this address the 'do nothing' bug rather than the "quit" one? |
2 and 3 contained fixes for other bugs that I didn't fix correctly in 1. I hope that 4 fixes everything.
Patrick |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
OPENSTEP The One
![The One The One](modules/Forums/images/ranks/DukeDrinkingBeerSmall.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: May 25, 2003 Posts: 4752 Location: Santa Barbara, CA
|
Posted: Wed Dec 15, 2004 10:15 am Post subject: |
|
(at work, but wanted to note this while I saw it)
I finally got my debugigng library installed on my portable and can definitely confirm that clicking on the application icon from the dock is in fact sending an "rapp" AppleEvent, so "rapp" is the trigger for the crashes that I was experiencing in issue 208 even if it's not the actual cause.
I'll try later on to see if I can repro things with the latest patch lib (I did a cvs update & build last night so should have all the patches).
ed |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
pluby The Architect
![The Architect The Architect](modules/Forums/images/ranks/ship.png)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Wed Dec 15, 2004 7:12 pm Post subject: |
|
I have uploaded a new test patch that ignores all 'rapp' events here:
http://www.planamesa.com/test/testpatch5.tar.gz
Can you verify that this test patch fixes this bug? To install this patch, execute the following commands in a terminal:
cd /Applications/NeoOfficeJ.app
sudo tar zxvf "/path/to/downloaded/file"
Patrick |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
Waldo Oracle
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Dec 03, 2004 Posts: 239
|
Posted: Wed Dec 15, 2004 10:16 pm Post subject: |
|
Well for what it's worth i couldn't get a crash for testpatch4.. I'm installing patch5 now and will let you know if I have any problems..
W
pluby wrote: | I have uploaded a new test patch that ignores all 'rapp' events here:
http://www.planamesa.com/test/testpatch5.tar.gz
Can you verify that this test patch fixes this bug? To install this patch, execute the following commands in a terminal:
cd /Applications/NeoOfficeJ.app
sudo tar zxvf "/path/to/downloaded/file"
Patrick |
|
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
pluby The Architect
![The Architect The Architect](modules/Forums/images/ranks/ship.png)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Wed Dec 15, 2004 10:39 pm Post subject: |
|
Damn! I found a deadlock in testpatch5.tar.gz. But I have another idea to try.
I have uploaded a new test patch here:
http://www.planamesa.com/test/testpatch6.tar.gz
Can you verify that this test patch fixes this bug? To install this patch, execute the following commands in a terminal:
cd /Applications/NeoOfficeJ.app
sudo tar zxvf "/path/to/downloaded/file"
Patrick |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
|