Re: [cdesktopenv-devel] Patch for dtterm coredumps in libDtTerm/TermPrimBuffer.c (see ticket: #50)

2015-06-20 Thread Jon Trulson
On Sat, 20 Jun 2015, Douglas Carmichael wrote: Jon: I’ve also seen the same crash/coredump case in TermPrimBufferDelete() within TermPrimBuffer.c: ~~ #0 0x1f5a61dcb90a in kill () at :2 #1 0x1f5a61e050b9 in abort () at /usr/src/lib/libc/stdlib/abort.c:53 #2 0x1f5a61dda1d8 i

Re: [cdesktopenv-devel] Patch for dtterm coredumps in libDtTerm/TermPrimBuffer.c (see ticket: #50)

2015-06-20 Thread Douglas Carmichael
Jon: Thank you for your insights! With a virgin copy of the libDtTerm code, I was able to trigger the first memcpy() coredump pretty consistently (at line 1972 of TermPrimBuffer.c) with rapid scrolling down an editor session. But, when I change the memcpy() to a memmove() at line 1972 that par