[RQt-devel] next steps
Deepayan Sarkar
deepayan.sarkar at gmail.com
Sat Nov 14 08:23:35 CET 2009
On Fri, Nov 13, 2009 at 11:43 AM, Justin Talbot <justintalbot at gmail.com> wrote:
>> BTW, are you getting a crash with
>>
>>> library(qtbase)
>>> Qt$QStringList
>>
>> *** caught segfault ***
>> address (nil), cause 'memory not mapped'
>>
>> Traceback:
>> 1: .Call(qt_qmethods, x)
>> 2: qmethods(cl)
>> 3: qsmokeClass(lib, className)
>> 4: function () { class <- qsmokeClass(lib, className) rm(list =
>> className, envir = lib) assign(className, class, lib)
>> lockBinding(className, lib) class}()
>
> This is still from my change. I just rolled back that change so if you
> check out again the problem should go away. I don't have a working
> build at the moment, so let me know if anything goes wrong.
Didn't help. Note, however, that QStringList is a weird template
thingie, inheriting from QList<QString>. Maybe those are not
supported? At least there's no Qt$QList.
-Deepayan
More information about the Qtinterfaces-devel
mailing list