mgtremaine

Results 6 comments of mgtremaine

I guess I figured it out. ```php $col = 1; foreach ($sheet->getRowIterator() as $row) { $cells = $row->getCells(); $cell_value = $cells[$col]->getValue(); echo cell_value . "\n"; } ``` In box/spout I...

The drifd issue exists on AIX also. I patched sarray1.c like so and was able to compile. Just FYI #if HAVE_FSTATAT dfd = dirfd(pdir); #endif

1) [sgugshell root@saiph /]# rpm -qa |grep rpm-libs rpm-libs-4.15.0-19.sgug.mips 2) There was like 3000 lines of output so I just left it here https://www.stellarcore.net/downloads/sgi/sgug_gdk_rpm_out.txt -Mike

GDB with symbols: [sgugshell root@saiph /]# gdb /usr/sgug/bin/gdk-pixbuf-query-loaders core GNU gdb (GDB) 7.6.2 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is...

Ok let's do this.. Step 1) Remove glib2-fam [sgugshell root@saiph /]# rpm -e --nodeps glib2-fam Test [sgugshell root@saiph /]# gdk-pixbuf-query-loaders --update-cache [sgugshell root@saiph /]# No Core Dump.. Looks good I'll...