Bug#419720: apache2.2-common: unaligned trap in mod_ssl on alpha

2007-04-17 Thread John Morrissey
Package: apache2.2-common
Version: 2.2.3-4
Severity: minor

mod_ssl is causing unaligned traps on alpha (backtrace is below). Here's the
offending section of code:

 1153 shmcb_safe_clear(idx, sizeof(SHMCBIndex));
 1154 shmcb_set_safe_time((idx-expires), expiry_time);
 1155 shmcb_set_safe_uint((idx-offset), new_offset);
 1156 
 1157 /* idx-removed = (unsigned char)0; */ /* Not needed given the 
memset above. */
 1158 idx-s_id2 = session_id[1];
 1159 ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s,
 1160  session_id[0]=%u, idx-s_id2=%u,
 1161  session_id[0], session_id[1]);

I'm pretty new to the alpha, but I'm guessing the access to session_id[1] is
causing the trap, since session_id is an unsigned char * and idx-s_id2 seems
to be aligned on a 4- or 8-byte boundary.

I'm not sure of the best way to fix this. If there is anything I can do
(patch testing, etc.), please let me know!

Also, there seem to be a couple other less-frequent unaligned traps in
apache2 that I'm also trying to track down. Should I append them to this
bug, or is a separate one for each trap better?

Thanks!

#0  0x0200017ffe54 in shmcb_insert_encoded_session (s=0x12023e428,
queue=0x11fef8b00, cache=0x11fef8b20,
encoded=0x11fef8b40 0\201\221\002\001\001\002\002\003\001\004\002,
encoded_len=148,
session_id=0x1205e6b28 \217\236�\234\210��߭u�\020!w�6�taaй\024rU|G� , 
expiry_time=1176822685)
at /home/jwm/apache2-2.2.3/modules/ssl/ssl_scache_shmcb.c:1158
#1  0x0200017fe8a0 in shmcb_store_session (s=0x12023e428,
shm_segment=0x20003c94008,
id=0x1205e6b28 \217\236�\234\210��߭u�\020!w�6�taaй\024rU|G� ,
idlen=32, pSession=0x1205e6ae0, timeout=1176822685)
at /home/jwm/apache2-2.2.3/modules/ssl/ssl_scache_shmcb.c:697
#2  0x0200017fd68c in ssl_scache_shmcb_store (s=0x12023e428,
id=0x1205e6b28 \217\236�\234\210��߭u�\020!w�6�taaй\024rU|G� ,
idlen=32, timeout=1176822685, pSession=0x1205e6ae0)
at /home/jwm/apache2-2.2.3/modules/ssl/ssl_scache_shmcb.c:411
#3  0x0200017fb4e4 in ssl_scache_store (s=0x12023e428,
id=0x1205e6b28 \217\236�\234\210��߭u�\020!w�6�taaй\024rU|G� ,
idlen=32, expiry=1176822685, sess=0x1205e6ae0)
at /home/jwm/apache2-2.2.3/modules/ssl/ssl_scache.c:99
#4  0x0200017f0294 in ssl_callback_NewSessionCacheEntry (ssl=0x1205cbbe0,
session=0x1205e6ae0)
at /home/jwm/apache2-2.2.3/modules/ssl/ssl_engine_kernel.c:1638
#5  0x0280af98 in ssl_update_cache () from /usr/lib/libssl.so.0.9.8
#6  0x027f0e20 in ssl3_accept () from /usr/lib/libssl.so.0.9.8
#7  0x0280a890 in SSL_accept () from /usr/lib/libssl.so.0.9.8
#8  0x027fbb18 in ssl23_get_client_hello ()
   from /usr/lib/libssl.so.0.9.8
#9  0x027fc750 in ssl23_accept () from /usr/lib/libssl.so.0.9.8
#10 0x0280a890 in SSL_accept () from /usr/lib/libssl.so.0.9.8
#11 0x0200017ea408 in ssl_io_filter_connect (filter_ctx=0x120506490)
at /home/jwm/apache2-2.2.3/modules/ssl/ssl_engine_io.c:1047
#12 0x0200017eaeac in ssl_io_filter_input (f=0x1205d1308, bb=0x1205c71c0, 
mode=AP_MODE_GETLINE, block=APR_BLOCK_READ, readbytes=0)
at /home/jwm/apache2-2.2.3/modules/ssl/ssl_engine_io.c:1292
#13 0x00012005bb98 in ap_get_brigade (next=0x1205d1308, bb=0x1205c71c0, 
mode=AP_MODE_GETLINE, block=APR_BLOCK_READ, readbytes=0)
at /home/jwm/apache2-2.2.3/server/util_filter.c:489
#14 0x00012002f458 in ap_rgetline_core (s=0x1205c5c78, n=8192, 
read=0x11fefb868, r=0x1205c5c48, fold=0, bb=0x1205c71c0)
at /home/jwm/apache2-2.2.3/server/protocol.c:231
#15 0x00012002ff0c in read_request_line (r=0x1205c5c48, bb=0x1205c71c0)
at /home/jwm/apache2-2.2.3/server/protocol.c:596
#16 0x000120030e04 in ap_read_request (conn=0x120505b88)
at /home/jwm/apache2-2.2.3/server/protocol.c:891
#17 0x000120061468 in ap_process_http_connection (c=0x120505b88)
at /home/jwm/apache2-2.2.3/modules/http/http_core.c:177
#18 0x000120055918 in ap_run_process_connection (c=0x120505b88)
at /home/jwm/apache2-2.2.3/server/connection.c:43
#19 0x000120055fa8 in ap_process_connection (c=0x120505b88, 
csd=0x120505998) at /home/jwm/apache2-2.2.3/server/connection.c:178
#20 0x00012006d894 in child_main (child_num_arg=0)
at /home/jwm/apache2-2.2.3/server/mpm/prefork/prefork.c:640
#21 0x00012006db58 in make_child (s=0x1200a6970, slot=0)
at /home/jwm/apache2-2.2.3/server/mpm/prefork/prefork.c:736
#22 0x00012006dc00 in startup_children (number_to_start=5)
at /home/jwm/apache2-2.2.3/server/mpm/prefork/prefork.c:754
#23 0x00012006e2dc in ap_mpm_run (_pconf=0x1200a0208, plog=0x1200d43a8, 
s=0x1200a6970) at /home/jwm/apache2-2.2.3/server/mpm/prefork/prefork.c:975
#24 0x000120022e28 in main (argc=3, argv=0x11fefbcb8)
at /home/jwm/apache2-2.2.3/server/main.c:717

-- System Information:
Debian Release: 4.0
  APT prefers 

eine super seite

2007-04-17 Thread info

  
  

  


  alles frei und kostenlos , nur fr 
  erwachsene. amateure, profi , bilder und videos:


  


  http://www.porn-reactor.de.vu


  


  

  



Bug#334336: Alert

2007-04-17 Thread Linsay Monahan

http://i84.imagethrust.com/i/1035916/n4dr.jpg

Using the Memory Tracking Library.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#268569: Alert

2007-04-17 Thread Marcelino Samples

http://www.imagehosting.com/out.php/i485833_N5XdH.png

The naked waste, as far as the eye could pierce, even to the distant menace of 
the mountains, was dappled with the fitful moonlight.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#310650: Watch trade

2007-04-17 Thread Piotr Yick

http://imagecloset.com/uimages/opt1176820645b.png

The Wild Men had put out a screen of wary hunters, so that no orc or roving spy 
should learn of the movements in the hills.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#303707: Add to your radar

2007-04-17 Thread Rebel Denarde

http://i83.imagethrust.com/i/1035824/stasm.jpg

Why, that to know which else we should not know.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#282704: Add to your radar

2007-04-17 Thread Cristopher Ingraham

http://i83.imagethrust.com/i/1035875/9wl2.jpg

Working tooth and jaw.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#284115: Alert

2007-04-17 Thread me humston

http://s6.bilder-hosting.de/img/BEWJW.jpg

He himself had never noticed anything twisting around him except the fall of 
dice.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#281913: HUGE report

2007-04-17 Thread DeVaune Slojkowski

http://www.mypicshare.com/cbdzovocpic.html

They can be granted intellectual liberty because they have no intellect.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#305495: Add to your radar

2007-04-17 Thread Conor Rautiainen

http://i83.imagethrust.com/i/1035751/feevxr3.jpg

If zero, then quotas are disabled.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#308426: Investors report

2007-04-17 Thread Jazzie simpson

http://www.imagehosting.com/out.php/i485745_dU1nON.gif

The voice out of the uttermost night, the life.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#340761: UP 500% in 2 days

2007-04-17 Thread Finlay Stieger

http://s6.bilder-hosting.de/img/BDSIP.png

No one will hurt you.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#329105: Report for investors

2007-04-17 Thread dddd Curran

http://i16.tinypic.com/2rhoikk.png

A blessing in that the exchange of computerized information (the lifeblood of 
modern commerce) is greatly facilitated.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#340770: Report for investors

2007-04-17 Thread julien Pegorch

http://s6.bilder-hosting.de/img/BFMRP.jpg

Now there, I admit it, is a man.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#357662: Alert

2007-04-17 Thread Lawson ruffy

http://www.mypicshare.com/qcjbmbhopic.html

Code-completion for C, C++ and Java will provide fast access to all prototypes 
and parameters of any function within your application so that you can get to 
market quickly.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#308432: For investors

2007-04-17 Thread Parikshit Urrutia

http://s6.bilder-hosting.de/img/BFXCG.jpg

These are programming tools and do require more experience than standard HTML.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#286683: Alert

2007-04-17 Thread remy GHAYOURI

http://www.imagehosting.com/out.php/i485812_w.jpg

This script first uses the FileExists method provided by the Tools object, 
which can be used to ascertain whether a given file exists or not.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#137468: Watch trade

2007-04-17 Thread Huff Bubnjar
http://i84.imagethrust.com/i/1035863/vs.gif

How repulsive it was to look at them.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#339323: Alert

2007-04-17 Thread drapsta hamer

http://i19.tinypic.com/4gyr4n6.jpg

So, when they were rested, Dorothy picked up her basket and they started along 
the grassy bank, to the road from which the river had carried them.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#301702: Add to your portfolio

2007-04-17 Thread saronn Majaury

http://www.mypicshare.com/wxteowjspic.html

See section BTest Intrinsic, for information on bit positions.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#305495: Dont open mails with Bug#xxxxxx - Security Warning

2007-04-17 Thread netbone

netbone schrieb:

There were some messages on the mailing lists.
They contain malcious images.

Dont open them!


Your security team from netboneman





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#419771: Segfaults with mod_auth_dbd and DBDriver pgsql

2007-04-17 Thread Gasper Zejn
Package: libapr1
Version: 1.2.7-8.2


DBD configuration:
==
DBDriver pgsql
DBDParams host=127.0.0.1 port=5432 dbname=auth user=auth 
password=secretpass
DBDPersist Off
DBDMin  1
DBDKeep 2
DBDMax  10
DBDExptime 60

Directory /home/test/
AuthType Basic
AuthName My Server
AuthBasicProvider dbd
Require valid-user
AuthDBDUserPWQuery SELECT pass FROM users WHERE username = %s
/Directory
==


==
# gdb apache2
GNU gdb 6.6-debian
Copyright (C) 2006 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 i486-linux-gnu...
(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(gdb) r
Starting program: /usr/sbin/apache2
(no debugging symbols found)
Failed to read a valid object file image from memory.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1216047424 (LWP 8926)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type return to continue, or q return to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1216047424 (LWP 8926)]
0xb7d3ca0a in apr_hashfunc_default () from /usr/lib/libapr-1.so.0
(gdb)   
=


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#419771: (no subject)

2007-04-17 Thread Gasper Zejn

I remembered to install libapr1-dbg and got this:

==
GNU gdb 6.6-debian
Copyright (C) 2006 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 i486-linux-gnu...
(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(gdb) r
Starting program: /usr/sbin/apache2
(no debugging symbols found)
Failed to read a valid object file image from memory.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1216121152 (LWP 9808)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1216121152 (LWP 9808)]
0xb7d2aa0a in apr_hashfunc_default (char_key=0x0, klen=0xbf88f208) 
at ../tables/apr_hash.c:228
228 ../tables/apr_hash.c: No such file or directory.
in ../tables/apr_hash.c
===


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]