Date: 11/22/99
- Next message: gberaj Roslee Bin Abdul Jalil: "[PHP-DEV] [PHP3] how to set PHP variable with Javascript ?"
- Previous message: Evan Klinger: "[PHP-DEV] [Fwd: Re: select()]"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Reply: Rasmus Lerdorf: "Re: [PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Maybe reply: Jason Cornez: "Re: [PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Does anyone know how to resolve this problem? I've seen other people
mention similar problem in this space, but I have yet to see a solution.
-Jason
> uname -a
Linux galaxy 2.2.12-32smp #1 SMP Mon Oct 25 19:50:48 EDT 1999 i686
unknown
> ./configure --with-apxs=/usr/sbin/apxs --enable-track-vars --with-config-file-path=/etc/httpd --with-sybase-ct=/opt/sybase
[... output omitted, no errors... ]
> make
[... output omitted, no errors... ]
# make install
[... output omitted, no errors... ]
# gdb /usr/sbin/httpd
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details.
This GDB was configured as "i386-redhat-linux"...
(no debugging symbols found)...
(gdb) run
Starting program: /usr/sbin/httpd
Program received signal SIGSEGV, Segmentation fault.
0x4018c0a1 in main_arena () from /lib/libc.so.6
(gdb) bt
#0 0x4018c0a1 in main_arena () from /lib/libc.so.6
#1 0x684018c0 in ?? ()
#2 0x400e3f66 in _IO_vfprintf (s=0x4018bfc0,
format=0xbfffe6b4 "\n\nThe context allocation routine failed when it
tried to load localization files!!\n", ap=0xbfffe690) at vfprintf.c:1029
#3 0x400ebf47 in fprintf (stream=0x4018bfc0,
format=0xbfffe6b4 "\n\nThe context allocation routine failed when it
tried to load localization files!!\n") at fprintf.c:32
#4 0x403dda68 in com_perr () from /opt/sybase/lib/libcomn.so
#5 0x403dac45 in com_intl_verify_ctxloc () from
/opt/sybase/lib/libcomn.so
#6 0x4036f7bc in cs_ctx_alloc () from /opt/sybase/lib/libcs.so
#7 0x402af312 in php3_minit_sybase (type=1, module_number=17)
at php_sybase_ct.c:231
#8 0x402636a5 in zend_startup_module (module=0x402d4b00) at
zend_API.c:619
#9 0x40226bcc in module_startup_modules () at internal_functions.c:110
#10 0x40226264 in php_module_startup (sf=0x402d16c0) at main.c:910
#11 0x4026defd in php_init_handler (s=0x8091ad4, p=0x8091aac) at
mod_php4.c:504
#12 0x8054011 in ap_init_modules ()
#13 0x805b4ee in main ()
#14 0x400b71eb in __libc_start_main (main=0x805b290 <main>, argc=1,
argv=0xbffffc44, init=0x804e684 <_init>, fini=0x80794ec <_fini>,
rtld_fini=0x4000a610 <_dl_fini>, stack_end=0xbffffc3c)
at ../sysdeps/generic/libc-start.c:90
(gdb)
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: gberaj Roslee Bin Abdul Jalil: "[PHP-DEV] [PHP3] how to set PHP variable with Javascript ?"
- Previous message: Evan Klinger: "[PHP-DEV] [Fwd: Re: select()]"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Reply: Rasmus Lerdorf: "Re: [PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Maybe reply: Jason Cornez: "Re: [PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

