Hi, I was starting to use Inkview from CVS and I got an error on trying to open a standard SVG file.
$ inkview my_house_01.svg
** ERROR **: Attempt to use GC allocator before call to Inkscape::GC::init() aborting... Aborted
I think the fix must be easy. I'm too busy right now prepping this presentation to fix, but am bummed it is broken.
Jon
Jon Phillips wrote:
Hi, I was starting to use Inkview from CVS and I got an error on trying to open a standard SVG file.
$ inkview my_house_01.svg
** ERROR **: Attempt to use GC allocator before call to Inkscape::GC::init() aborting... Aborted
I think the fix must be easy. I'm too busy right now prepping this presentation to fix, but am bummed it is broken.
It was. ;-)
Done.
Bob
On Thu, 18 Nov 2004, Jon Phillips wrote:
Hi, I was starting to use Inkview from CVS and I got an error on trying to open a standard SVG file.
$ inkview my_house_01.svg
** ERROR **: Attempt to use GC allocator before call to Inkscape::GC::init() aborting... Aborted
I think the fix must be easy. I'm too busy right now prepping this presentation to fix, but am bummed it is broken.
Someone needs to add a call to Inkscape::GC::init() in inkview's main(), before it does anything significant that might allocate memory.
I just added a check for this recently, which is why it wasn't caught earlier.
-mental
participants (3)
-
Bob Jamison
-
Jon Phillips
-
MenTaLguY