Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 333761 - dev-lang/lazarus-0.9.28.2: access violation after gtk2 update after call dialog compileroptions
Summary: dev-lang/lazarus-0.9.28.2: access violation after gtk2 update after call dial...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Maintainers for Miscelleneous Language Packages [OBSOLETE]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-21 08:16 UTC by suilenroc1183
Modified: 2010-08-21 18:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
new ebuild to fix this bug (lazarus-0.9.28.2-r1.ebuild,2.31 KB, text/plain)
2010-08-21 08:19 UTC, suilenroc1183
Details
the patch-file (lazarus-0.9.28.2-bug0015627.patch,1001 bytes, text/plain)
2010-08-21 08:20 UTC, suilenroc1183
Details

Note You need to log in before you can comment on or make changes to this bug.
Description suilenroc1183 2010-08-21 08:16:53 UTC
After update library gtk+ a access violation comes after call dialog compileroptions (or other dialogs with a specific gtk+ component).

Reproducible: Always

Steps to Reproduce:
1. update to the newest stable gtk+ in portage
2. start lazarus
3. call Dialog project->compileroptions

Actual Results:  
access violation is raised

Expected Results:  
the dialog is show

This bug is fixed upstream in bug http://bugs.freepascal.org/view.php?id=156279
Comment 1 suilenroc1183 2010-08-21 08:19:29 UTC
Created attachment 243819 [details]
new ebuild to fix this bug

ebuild to fix the bug
I also correct the fpc-version to 2.2.4. fpc-version 2.4.0 doesn' t work with lazarus-0.9.28.2
Comment 2 suilenroc1183 2010-08-21 08:20:00 UTC
Created attachment 243821 [details]
the patch-file
Comment 3 Harald van Dijk (RETIRED) gentoo-dev 2010-08-21 09:36:59 UTC
There's a bogus 9 in the URL -- it should be <http://bugs.freepascal.org/view.php?id=15627>.

Could you explain in what way lazarus doesn't work with fpc 2.4.0?
Comment 4 suilenroc1183 2010-08-21 16:26:50 UTC
(In reply to comment #3)
> There's a bogus 9 in the URL -- it should be
> <http://bugs.freepascal.org/view.php?id=15627>.
> 
> Could you explain in what way lazarus doesn't work with fpc 2.4.0?
> 
Hmm, good question. A few month ago, I downgrade fpc to 2.2.4 because a package from Lazarus wouldn't compile. Now, I can't reproduce this error. So feel free to revert my change in FPCVER in ebuild.
Comment 5 Harald van Dijk (RETIRED) gentoo-dev 2010-08-21 18:31:10 UTC
I'm not getting any access violations, but since you are, the patch comes from upstream, and doesn't cause problems, I don't see a problem in adding it. Fixed, thanks.