Bug 25212 - GPF synchronizing files with new Tree implementation
Summary: GPF synchronizing files with new Tree implementation
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux-GTK
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Silenio Quarti CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 25679 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-10-22 15:19 EDT by Silenio Quarti CLA
Modified: 2002-11-04 09:19 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Silenio Quarti CLA 2002-10-22 15:19:07 EDT
build 20021022 and later.

The List, Tree and Table widgets have been reimplemented using the
new GtkTreeView widget. By doing this we were able to close many
out standing problems.

There is a known GPF when running the new implementation with
gtk2-2.0.2. The steps to reproduce it is to modify a file and
synchronize its project with the repository.

This GPF is a bug on GTK2 and it has been fixed in later versions. We
are trying to workaround it, but we have not found a solution yet.

Here is the GTK configuration that I have been running and that does
not shows this problem:

gtk2-2.0.5
glib2-2.0.4
pango-1.0.3
atk-1.0.1
freetype-2.1.2-7

another alternative configuration is:

gtk2-2.0.5
glib2-2.0.4
pango-1.0.1
atk-1.0.1
freetype-2.0.9-2
Comment 1 Steve Northover CLA 2002-10-23 08:46:06 EDT
We need to keep trying.  It's funny that the GP happens in Eclipse and not in a 
stand alone example.  Even commenting out every line of code except createHandle
() and hooking no operating system events doesn't fix it.  Wierd.
Comment 2 Silenio Quarti CLA 2002-10-23 17:20:58 EDT
Released code to HEAD that works around this problem.
Comment 3 Claude Knaus CLA 2002-10-24 03:27:40 EDT
I-20021023 linux-gtk:

The GPF still happens. It hangs while writing the javacore file. Unfortunately 
its file size remains 0. The java processes are reparented to init and I have 
to kill every process manually :(.

Let me know if you think I should update my GTK.
Comment 4 Silenio Quarti CLA 2002-10-24 11:28:58 EDT
The fix is not in build 20021023. I only released it to HEAD late
last night. You can test with head or try the nightly build
N20021024. I leave this bug open until then.
Comment 5 Silenio Quarti CLA 2002-10-29 18:21:44 EST
Closing.
Comment 6 Grant Gayed CLA 2002-11-04 08:30:26 EST
*** Bug 25679 has been marked as a duplicate of this bug. ***
Comment 7 Johan Walles CLA 2002-11-04 09:19:33 EST
Bug 24835 seems to be a duplicate of this one as well.  Somebody in the know,
please verify.