Date: 04/12/00
- Next message: mysql <email protected>: "[PHP-DEV] PHP 4.0 Bug #4114: basic_functions.c:324: `php_if_dl' undeclared here"
- Previous message: agmasys <email protected>: "[PHP-DEV] Bug #4113: Undefined function odbc_connect()"
- In reply to: David N. Moreno (El Guapo): "[PHP-DEV] Apache gdb backtrace... Help??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This backtrace doesn't touch any of the PHP code. It does hit mod_info
which I actually wrote, but that doesn't quite mean this is the right
place for the question.
Try disabling mod_info and try your test again.
On Tue, 11 Apr 2000, David N. Moreno (El Guapo) wrote:
> Hello,
>
> I have a problem like the one listed in the FAQ with getting a "Document
> contains no data" error....
>
> I only get this error when attempting to use the phpMyAdmin package to
> manage some MySQL database on a linux server.
>
> We are Running redhat linux 6.0 and here is the resulting backtrace info
> *******************************************************************
> Script started on Tue Apr 11 13:02:09 2000
> [root <email protected> httpd]# gdb 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 -X -f /etc/httpd/conf/httpd.conf
> Starting program: /usr/sbin/httpd -X -f /etc/httpd/conf/httpd.conf
> Cannot access memory at address 0x6c75646f.
> (gdb) bt
> #0 _dl_debug_state () at dl-debug.c:56
> #1 0x4000a3eb in _dl_catch_error (errstring=0xbfffd7ec, operate=0x4017bd20 <dl_open_worker>, args=0xbfffd7f0)
> at dl-error.c:141
> #2 0x4017c0cd in _dl_open (file=0x809290c "/etc/httpd/modules/mod_info.so", mode=258, caller=0xbfffd7ec) at dl-open.c:232
> #3 0x4009d063 in dlopen_doit (a=0xbfffd900) at dlopen.c:41
> #4 0x4000a3eb in _dl_catch_error (errstring=0x4009ed00, operate=0x4009d038 <dlopen_doit>, args=0xbfffd900) at dl-error.c:141
> #5 0x4009d549 in _dlerror_run (operate=0x4009d038 <dlopen_doit>, args=0xbfffd900) at dlerror.c:125
> #6 0x4009d023 in __dlopen_check (file=0x809290c "/etc/httpd/modules/mod_info.so", mode=258) at dlopen.c:53
> #7 0x8066011 in ap_os_dso_load ()
> #8 0x804f07a in ap_get_server_built ()
> #9 0x8052f44 in ap_clear_module_list ()
> #10 0x805350c in ap_handle_command ()
> #11 0x8053558 in ap_srm_command_loop ()
> #12 0x80538c7 in ap_process_resource_config ()
> #13 0x8053f44 in ap_read_config ()
> #14 0x805ae47 in ap_child_terminate ()
> #15 0x805b4fb in main ()
> #16 0x400b71eb in __libc_start_main (main=0x805b290 <main>, argc=4, argv=0xbffffb74, init=0x804e684 <_init>,
> fini=0x80794ec <_fini>, rtld_fini=0x4000a610 <_dl_fini>, stack_end=0xbffffb6c) at ../sysdeps/generic/libc-start.c:90
> (gdb) quit
> The program is running. Exit anyway? (y or n) y
> [root <email protected> httpd]# exit
> Script done on Tue Apr 11 13:02:58 2000
> *******************************************************************
>
> Thanks for any help you might be able to provide.....
>
>
> Dave Moreno
> *******************************************************************
> Dave Moreno Phone:(805)756-6455
> COSAM Studio Lab SysAdmin Building 24 Room 104
> College of Science and Math dmoreno <email protected> or
> Cal Poly,SLO dmoreno <email protected>
> *******************************************************************
>
>
> --
> 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>
>
>
-- 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: mysql <email protected>: "[PHP-DEV] PHP 4.0 Bug #4114: basic_functions.c:324: `php_if_dl' undeclared here"
- Previous message: agmasys <email protected>: "[PHP-DEV] Bug #4113: Undefined function odbc_connect()"
- In reply to: David N. Moreno (El Guapo): "[PHP-DEV] Apache gdb backtrace... Help??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

