Displaying 7 results from an estimated 7 matches for "clance".
Did you mean:
chance
2019 Apr 25
2
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...ll(gcall, "unable to start device %s", devname);
> }
> gsetVar(install(".Device"), mkString(devname), R_NilValue);
> dd = GEcreateDevDesc(dev);
> addDevice((DevDesc*) dd);
> initDisplayList((DevDesc*) dd);
>
>
>and put the if-clause last. A cursory clance through the three
>functions that are being called didn't reveal anything that would rely
>on having opened the device driver first.
>
>Paul?
>
>(I might try it locally, but I'm not sure I should commit anything.)
>
><<-----------
>
>It seems that the sug...
2019 Apr 30
2
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...t; }
>>> gsetVar(install(".Device"), mkString(devname), R_NilValue);
>>> dd = GEcreateDevDesc(dev);
>>> addDevice((DevDesc*) dd);
>>> initDisplayList((DevDesc*) dd);
>>>
>>>
>>> and put the if-clause last. A cursory clance through the three
>>> functions that are being called didn't reveal anything that would rely
>>> on having opened the device driver first.
>>>
>>> Paul?
>>>
>>> (I might try it locally, but I'm not sure I should commit anything.)
>>...
2019 Apr 24
2
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
I don't recall exactly what I did 18 years ago eiher and I likely don't have the time to dig into the archives and reconstruct.
I can imagine that the issue had to do with the protocol around creating and mapping windows. Presumably the segfault comes from looking for events on a window that hasn't been created yet, or has already been destroyed, leading to a NULL reference somewhere.
2019 Apr 24
0
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...) {
free(dev);
errorcall(gcall, "unable to start device %s", devname);
}
gsetVar(install(".Device"), mkString(devname), R_NilValue);
dd = GEcreateDevDesc(dev);
addDevice((DevDesc*) dd);
initDisplayList((DevDesc*) dd);
and put the if-clause last. A cursory clance through the three
functions that are being called didn't reveal anything that would rely
on having opened the device driver first.
Paul?
(I might try it locally, but I'm not sure I should commit anything.)
<<-----------
It seems that the suggestion was never followed up on?
-pd...
2019 May 02
1
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
....Device"), mkString(devname), R_NilValue);
>>>>> dd = GEcreateDevDesc(dev);
>>>>> addDevice((DevDesc*) dd);
>>>>> initDisplayList((DevDesc*) dd);
>>>>>
>>>>>
>>>>> and put the if-clause last. A cursory clance through the three
>>>>> functions that are being called didn't reveal anything that would rely
>>>>> on having opened the device driver first.
>>>>>
>>>>> Paul?
>>>>>
>>>>> (I might try it locally, but I...
2019 Apr 27
0
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...%s", devname);
>> }
>> gsetVar(install(".Device"), mkString(devname), R_NilValue);
>> dd = GEcreateDevDesc(dev);
>> addDevice((DevDesc*) dd);
>> initDisplayList((DevDesc*) dd);
>>
>>
>> and put the if-clause last. A cursory clance through the three
>> functions that are being called didn't reveal anything that would rely
>> on having opened the device driver first.
>>
>> Paul?
>>
>> (I might try it locally, but I'm not sure I should commit anything.)
>>
>> <<--...
2019 May 02
0
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...gsetVar(install(".Device"), mkString(devname), R_NilValue);
>>>> dd = GEcreateDevDesc(dev);
>>>> addDevice((DevDesc*) dd);
>>>> initDisplayList((DevDesc*) dd);
>>>>
>>>>
>>>> and put the if-clause last. A cursory clance through the three
>>>> functions that are being called didn't reveal anything that would rely
>>>> on having opened the device driver first.
>>>>
>>>> Paul?
>>>>
>>>> (I might try it locally, but I'm not sure I should...