> -----Original Message----- > From: Matthew Gretton-Dann [...] > After some work with NCommander on IRC yesterday afternoon we > identified a problem with privateSnippetExecutor being marked > CANTUNWIND. > > Examination of the source shows that this is a piece of > handwritten assembly which did not have unwind directives > added to it (source snippet available at > http://paste.ubuntu.com/391906/. NCommander tried to add > unwind directives to it (see http://paste.ubuntu.com/391919/ > however this did not work. [continues below] [From http://paste.ubuntu.com/391906/:] > ~/chroot/karmic/src/OOO320_m12/bridges/source/cpp_uno/gcc3_linux_arm$ cat armhelper.s > @ ARM support code for OpenOffice C++/UNO bridging > @ > @ Written by Peter Naulls