Displaying 1 result from an estimated 1 matches for "0047da55".
Did you mean:
0047d605
2002 May 28
0
(PR#1605)When dev.list() is NULL, dev.control() causes core dump
...059f8c0 FS=4a17
> EDX=00000000 ES=0187 EDI=00e68dd0 GS=0000
> Bytes at CS:EIP:
> 89 82 d8 00 00 00 8d 65 e8 5b 5e c9 c3 55 89 e5
> Stack dump:
> 0059f8c0 00e4dfd8 01758ba0 8065a5a8 17a70d3f 0c700f47 008ff18c 00497293
> 0059f8c0 010abc04 008ff19c 004fb6d0 00000001 00476385 008ff1cc 0047da55
>
> The following patch (diff -c) corrects the problem,
> when applied to src/main/plot.c:
>
> PATCH BEGIN
> *** plot.c.orig Tue Dec 4 23:43:43 2001
> --- plot.c Sun May 26 11:06:25 2002
> ***************
> *** 52,58 ****
> SEXP do_devcontrol(SEXP call, SEXP op, SEX...