From raison at chatsubo.net Fri Jun 17 18:27:46 2011 From: raison at chatsubo.net (Kevin Raison) Date: Fri, 17 Jun 2011 11:27:46 -0700 Subject: [cells-gtk-devel] memory fault in sbcl with cells-gtk Message-ID: <4DFB9CA2.9000000@chatsubo.net> I installed cells-gtk (sbcl 1.0.49 on Linux x86_64) via quicklisp today and when trying to run (gtk-test:gtk-demo), I get memory faults: 0> : c-link> query link :listbox cells-store896 nil CORRUPTION WARNING in SBCL pid 21968(tid 140737353950976): Memory fault at 56 (pc=0x7ffff1463953, sp=0x7ffff6d5e500) The integrity of this image is possibly compromised. Continuing with fingers crossed. 0> : overwriting item #:listbox1465 listbox1465 debugger invoked on a SB-SYS:MEMORY-FAULT-ERROR in thread #: Unhandled memory fault at #x4000000056. Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [ABORT] Exit debugger, returning to top level. (SB-SYS:MEMORY-FAULT-ERROR) 0] Is this a known issue or possibly something with sbcl 1.0.49? Should I perhaps be using the newest code on github? Thanks for any pointers. -Kevin From raison at chatsubo.net Fri Jun 17 18:58:16 2011 From: raison at chatsubo.net (Kevin Raison) Date: Fri, 17 Jun 2011 11:58:16 -0700 Subject: [cells-gtk-devel] memory fault in sbcl with cells-gtk In-Reply-To: <4DFB9CA2.9000000@chatsubo.net> References: <4DFB9CA2.9000000@chatsubo.net> Message-ID: <4DFBA3C8.1030304@chatsubo.net> One correction and one addition: I meant to say (test-gtk:gtk-demo). I also tried this with every version of sbcl back to 1.0.42 on Linux x86_64 and I get the same memory fault. Perhaps this is a 64 bit issue. -Kevin On 06/17/2011 11:27 AM, Kevin Raison wrote: > I installed cells-gtk (sbcl 1.0.49 on Linux x86_64) via quicklisp today > and when trying to run (gtk-test:gtk-demo), I get memory faults: > > 0> : c-link> query link :listbox cells-store896 nil > CORRUPTION WARNING in SBCL pid 21968(tid 140737353950976): > Memory fault at 56 (pc=0x7ffff1463953, sp=0x7ffff6d5e500) > The integrity of this image is possibly compromised. > Continuing with fingers crossed. > 0> : overwriting item #:listbox1465 listbox1465 > debugger invoked on a SB-SYS:MEMORY-FAULT-ERROR in thread > #: Unhandled memory fault > at #x4000000056. > > Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. > > restarts (invokable by number or by possibly-abbreviated name): > 0: [ABORT] Exit debugger, returning to top level. > > (SB-SYS:MEMORY-FAULT-ERROR) 0] > > Is this a known issue or possibly something with sbcl 1.0.49? Should I > perhaps be using the newest code on github? > > Thanks for any pointers. > > -Kevin > > > _______________________________________________ > cells-gtk-devel site list > cells-gtk-devel at common-lisp.net > http://common-lisp.net/mailman/listinfo/cells-gtk-devel > From ramarren at gmail.com Fri Jun 17 20:15:42 2011 From: ramarren at gmail.com (Ramarren) Date: Fri, 17 Jun 2011 22:15:42 +0200 Subject: [cells-gtk-devel] memory fault in sbcl with cells-gtk In-Reply-To: <4DFBA3C8.1030304@chatsubo.net> References: <4DFB9CA2.9000000@chatsubo.net> <4DFBA3C8.1030304@chatsubo.net> Message-ID: This is very likely a 64 bit issue. Unfortunately, I don't have a 64 bit system to test it on. I tried removing all dependencies on word size, but apparently was not successful. Since the error occurs in listbox widget the only thing that looks obviously suspicious is the layout of the GtkTreeIter structure. It is composed of int first and the three pointers, I guess if the int is 4 bytes and the pointers are aligned to 8 bytes then it would have wrong size. I had implemented a function to avoid this issue when removing the auxiliary C library, but forgot to actually apply it at that point. I have pushed that change to git://github.com/Ramarren/cells-gtk3.git , hopefully it will help. Jakub Higersberger On Fri, Jun 17, 2011 at 8:58 PM, Kevin Raison wrote: > One correction and one addition: > > I meant to say (test-gtk:gtk-demo). > > I also tried this with every version of sbcl back to 1.0.42 on Linux > x86_64 and I get the same memory fault. ?Perhaps this is a 64 bit issue. > > -Kevin From fbogdanovic at xnet.hr Fri Jun 24 13:05:25 2011 From: fbogdanovic at xnet.hr (Haris Bogdanovich) Date: Fri, 24 Jun 2011 15:05:25 +0200 Subject: [cells-gtk-devel] installation and Glade Message-ID: <9DB28961AC644D978F674D3BA1794A5A@komp> Hi. I tried to load "load.lisp" from Lispworks but I get error: Expected a logical pathname word character at "cells.asd" :start 5. Can I use interfaces made with Glade with Cells-gtk ? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From peter.denno at nist.gov Fri Jun 24 20:32:43 2011 From: peter.denno at nist.gov (Peter Denno) Date: Fri, 24 Jun 2011 16:32:43 -0400 Subject: [cells-gtk-devel] installation and Glade In-Reply-To: <9DB28961AC644D978F674D3BA1794A5A@komp> References: <9DB28961AC644D978F674D3BA1794A5A@komp> Message-ID: <4E04F46B.4040302@nist.gov> On 06/24/2011 09:05 AM, Haris Bogdanovich wrote: > Hi. > I tried to load "load.lisp" from Lispworks but I get error: > Expected a logical pathname word character at "cells.asd" > :start 5. Maybe your lisp listener isn't in the directory. > Can I use interfaces made with Glade with Cells-gtk ? Possibly, but I don't think anyone explored that. > Thanks -- Best regards, Peter Peter Denno National Institute of Standards and Technology, Systems Integration Division, Engineering Laboratory, 100 Bureau Drive, Mail Stop 8265 Tel: +1 301-975-3595 Gaithersburg, MD, USA 20899-8265 FAX: +1 301-975-4694 -------------- next part -------------- An HTML attachment was scrubbed... URL: