Re: gdb in realloc(): error: junk pointer, too high to make sense on FreeBSD 5.2+

2006-07-03 Thread Paul Querna
Philip M. Gollucci wrote:
 Hi,
 
 2 years ago, PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/68727
 was filed about gdb itself segfaulting when trying to debug httpd.
 This PR hasn't seen any action AFAIK.

This appears to be a duplicate of this one:
http://www.freebsd.org/cgi/query-pr.cgi?pr=gnu/73512

Again, no action, I can repo this 100% on my machines as well.

 (gdb) x flags
 0x102:  Error accessing memory address 0x102: Bad address.

Can you try to get this into a simple test case? Calling apr_dso_load twice?

-Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


SMBFS - Usernames with @

2003-08-23 Thread Paul Querna
I am trying to mount a share with a Username with a @ in it. 
 
The man pages all say that you use the following form: 
//[EMAIL PROTECTED]/share 
 
My School only has documentation for Windows on setting up the Network Shares.  In all 
the windows docs they always use the form [EMAIL PROTECTED] -- ie [EMAIL PROTECTED] 
 
My Attempts: 
mount_smbfs -I saints //[EMAIL PROTECTED]@server/username$ /mnt/carroll/xdrive 
Gives: 
mount_smbfs: server name '[EMAIL PROTECTED]' too long 
 
I tried it without the @carroll.edu, in the hope it might work... 
mount_smbfs -I saints //[EMAIL PROTECTED]/username$ /mnt/carroll/xdrive 
Password: 
mount_smbfs: unable to open connection: syserr = Authentication error 
 
It Prompts for my password, and then fails, because its the wrong user. 
 
I also tried adding quotes around the username, escaping(\) the @, but nothing seemed 
to 
work. 
 
I looked around google for abit, but it doesn't seem to even use symbols when i search 
for 
somthing, so i couldn't find jack about this via my normal euphoric rescue on google. 
 
Any ideas before i get the source code out and hardcode some stuff? 
 
-chip 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]