Noone has an idea what is going on here ?
Any tipps ?
What can I do ?

Am Donnerstag, den 15.02.2007, 16:49 +0100 schrieb tanila:
> Hi all,
> 
> i have the following problem:
> Compiling my test-application under gtk1 works very well
> now i tried to compile the project under gtk2 interface.
> Both for x86_64 linux.
> FPC and Lazarus are the actual svn versions.
> 
> compilation succeeded, but the application does not start.
> I have this console output:
> 
> [FORMS.PP] ExceptionOccurred
>   Sender=EAccessViolation
>   Exception=Access violation
>   Stack trace:
>   $00002B9DB8654D0A
> TApplication.HandleException Access violation
>   Stack trace:
>   $00002B9DB8654D0A
> [FORMS.PP] ExceptionOccurred
> 
> the gdb output is the following:
> 
> This GDB was configured as "x86_64-linux-gnu"...Using host libthread_db
> library "/lib/libthread_db.so.1".
> 
> (gdb) break FPC_RAISEEXCEPTION
> Breakpoint 1 at 0x43e6a0
> (gdb) run
> Starting
> program: 
> /home/tanila/lazarus-projects/lazprojects/fractest/x86_64/linux/gtk2/project1
> [Thread debugging using libthread_db enabled]
> [New Thread 46916646503920 (LWP 30127)]
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 46916646503920 (LWP 30127)]
> 0x00002aab9ffc3d0a in g_object_new () from /usr/lib/libgobject-2.0.so.0
> (gdb) bt
> #0  0x00002aab9ffc3d0a in g_object_new ()
> from /usr/lib/libgobject-2.0.so.0
> #1  0x00002aab9fa63e5f in gtk_adjustment_new ()
> from /usr/lib/libgtk-x11-2.0.so.0
> #2  0x00002aab9fb521dd in gtk_range_set_adjustment ()
> from /usr/lib/libgtk-x11-2.0.so.0
> #3  0x00002aab9ffc4e24 in g_object_set ()
> from /usr/lib/libgobject-2.0.so.0
> #4  0x00002aab9ffc30ff in g_object_newv ()
> from /usr/lib/libgobject-2.0.so.0
> #5  0x00002aab9ffc3bbd in g_object_new_valist ()
> from /usr/lib/libgobject-2.0.so.0
> #6  0x00002aab9ffc3d61 in g_object_new ()
> from /usr/lib/libgobject-2.0.so.0
> #7  0x00000000006137bd in GETSTYLEWITHNAME (WNAME=0x82afa0 "horizontal
> scrollbar")
>     at /home/tanila/lazarus/lcl/interfaces/gtk//gtkproc.inc:7222
> #8  0x0000000000613ebd in GETSTYLEWIDGETWITHNAME (WNAME=0x82afa0
> "horizontal scrollbar")
>     at /home/tanila/lazarus/lcl/interfaces/gtk//gtkproc.inc:7247
> #9  0x0000000000613e96 in GETSTYLEWIDGET (ASTYLE=LGSHORIZONTALSCROLLBAR)
>     at /home/tanila/lazarus/lcl/interfaces/gtk//gtkproc.inc:7234
> #10 0x000000000059a8f2 in GETCONTROLCONSTRAINTS
> (CONSTRAINTS=0x2aab9f61e0b0, self=0x2aab9f665030)
>     at /home/tanila/lazarus/lcl/interfaces/gtk//gtklclintf.inc:401
> #11 0x000000000050efa9 in GETCONTROLCONSTRAINTS
> (CONSTRAINTS=0x2aab9f61e0b0)
>     at ./include//lclintf.inc:224
> #12 0x00000000004ecd5d in UPDATEINTERFACECONSTRAINTS
> (self=0x2aab9f61e0b0)
>     at ./include//sizeconstraints.inc:50
> #13 0x00000000004ecce0 in CREATE (ACONTROL=0x2aab9f5e8370, vmt=0x7e2010,
> self=0x2aab9f61e0b0)
>     at ./include//sizeconstraints.inc:40
> #14 0x0000000000505ba0 in CREATE (THEOWNER=0x2aab9f5e3970, vmt=0x0,
> self=0x2aab9f5e8370)
>     at ./include//control.inc:3658
> #15 0x00000000004f83f7 in CREATE (THEOWNER=0x2aab9f5e3970, vmt=0x0,
> self=0x2aab9f5e8370)
>     at ./include//wincontrol.inc:4501
> #16 0x0000000000531de7 in CREATE (AOWNER=0x2aab9f5e3970, vmt=0x0,
> self=0x2aab9f5e8370)
> ---Type <return> to continue, or q <return> to quit---
> 
> hope someone can help.
> 
> regards
> tanila
> 
> 
> 
> 
> 
> _________________________________________________________________
>      To unsubscribe: mail [EMAIL PROTECTED] with
>                 "unsubscribe" as the Subject
>    archives at http://www.lazarus.freepascal.org/mailarchives

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to