php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12637 Error "Document contains no data"
Submitted: 2001-08-07 19:29 UTC Modified: 2002-06-24 02:57 UTC
From: ljvillalobos at yahoo dot com Assigned:
Status: Not a bug Package: MSSQL related
PHP Version: 4.0.6 OS: RedHat 7.1
Private report: No CVE-ID: None
 [2001-08-07 19:29 UTC] ljvillalobos at yahoo dot com
Program received signal SIGSEGV, Segmentation fault.
0x4003a5ff in tds7_send_login (tds=0x8111418, config=0x8110d18) at login.c:406
406	   	size1 = 86 + (strlen(config->host_name) +
(gdb) 
(gdb) bt 
#0  0x4003a5ff in tds7_send_login (tds=0x8111418, config=0x8110d18)
    at login.c:406
#1  0x4003a09c in tds_connect (login=0x8110b90) at login.c:221
#2  0x40032b75 in tdsdbopen (login=0x810e820, 
    server=0x8110acc "miconnsqlserver") at dblib.c:444
#3  0x40379e74 in php_sybase_do_connect (ht=3, return_value=0x8110b7c, 
    this_ptr=0x0, return_value_used=1, persistent=0) at php_sybase_db.c:471
#4  0x40379fbd in php_if_sybase_connect (ht=3, return_value=0x8110b7c, 
    this_ptr=0x0, return_value_used=1) at php_sybase_db.c:518
#5  0x4038aa15 in execute (op_array=0x810e5bc) at ./zend_execute.c:1504
#6  0x4031bcd6 in zend_execute_scripts (type=8, file_count=3) at zend.c:752
#7  0x40328927 in php_execute_script (primary_file=0xbffff680) at main.c:1206
#8  0x4032684e in apache_php_module_main (r=0x81080b4, display_source_mode=0)
    at sapi_apache.c:89
#9  0x4031022c in send_php () from /usr/local/apache/libexec/libphp4.so
#10 0x40310261 in send_parsed_php () from /usr/local/apache/libexec/libphp4.so
#11 0x08054443 in ap_invoke_handler () at eval.c:41
#12 0x0806822f in process_request_internal () at eval.c:41
#13 0x08068290 in ap_process_request () at eval.c:41
#14 0x0805f6e1 in child_main () at eval.c:41
#15 0x0805f88c in make_child () at eval.c:41
#16 0x0805fa00 in startup_children () at eval.c:41
#17 0x08060053 in standalone_main () at eval.c:41
---Type <return> to continue, or q <return> to quit---
#18 0x0806087b in main () at eval.c:41
#19 0x4011c177 in __libc_start_main (main=0x80604dc <main>, argc=2, 
    ubp_av=0xbffff95c, init=0x804ea44 <_init>, fini=0x808e5f0 <_fini>, 
    rtld_fini=0x4000e184 <_dl_fini>, stack_end=0xbffff94c)
    at ../sysdeps/generic/libc-start.c:129
(gdb) 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-24 02:57 UTC] sniper@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 11:01:30 2024 UTC