[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2011-04-05 Thread Adam Porter
I'm getting this bug in Maverick using Clementine 0.7 when it tries to
lookup names.  I think this should be given a priority.

[New Thread 0xaacfdb70 (LWP 25165)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xaacfdb70 (LWP 25165)]
0x04f4f31a in _nss_wins_gethostbyname_r () from /lib/libnss_wins.so.2

(gdb) backtrace

#0  0x04f4f31a in _nss_wins_gethostbyname_r () from /lib/libnss_wins.so.2
#1  0x04f4f61f in _nss_wins_gethostbyname2_r () from /lib/libnss_wins.so.2
#2  0x01ced1a5 in gethostbyname2_r () from /lib/libc.so.6
#3  0x01cac82c in ?? () from /lib/libc.so.6
#4  0x01cae3b5 in getaddrinfo () from /lib/libc.so.6
#5  0x017b9672 in ?? () from /usr/lib/libQtNetwork.so.4
#6  0x017ad4a2 in ?? () from /usr/lib/libQtNetwork.so.4
#7  0x01896523 in ?? () from /usr/lib/libQtCore.so.4
#8  0x018a1df9 in ?? () from /usr/lib/libQtCore.so.4
#9  0x001c7cc9 in start_thread () from /lib/libpthread.so.0
#10 0x01cd569e in clone () from /lib/libc.so.6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/369274

Title:
  SIGSEGV in _nss_wins_gethostbyname_r

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2011-04-05 Thread Adam Porter
Also, I had to remove wins entirely to stop the segfaulting in
Clementine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/369274

Title:
  SIGSEGV in _nss_wins_gethostbyname_r

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-12-20 Thread Radu
Thank you all; I've used the solution described at #16 above by Micheal
Mand and it solved my problem, which was posted as bug #498577.

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-11-16 Thread Micheal Mand
Thanks to isecore. I had hosts:  files mdns4_minimal
[NOTFOUND=return] wins dns mdns4 in /etc/nsswitch.conf - switching it to
hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4 wins
solved the seg fault problem.

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-11-07 Thread Kay Parker
Guess liferea crashes when selecting a headline with an embedded
(youtube) video like that: http://www.guitarnoize.com/blog/comments/5
-for-the-weekend-1995/

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-10-25 Thread Ciso
I have this problem in Karmic, and
removing wins from /etc/nsswitch.conf allows liferea to work again.
But it need it to browse my network.

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-10-25 Thread isecore
Ciso: As far as I can tell it works fine as long as the wins entry isn't
the final one on that line.

i.e.

hosts:  files mdns4_minimal [NOTFOUND=return] dns wins mdns4

and not

hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4 wins

However, I'm running Karmic and have no problems with the latter
configuration of nsswitch. Back when I was running Jaunty though, it had
to be the former line or Liferea would segfault.

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-10-08 Thread Emilio Pozuelo Monfort
Bug #446649and #379371 are also dups, reopening.

** Changed in: glibc (Ubuntu)
   Status: Fix Released = Confirmed

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-09-30 Thread Emilio Pozuelo Monfort
Thierry Carrez wrote:
 This is believed to be fixed in karmic by the fix for bug 374674. Please
 reopen if you can reproduce it on a current karmic setup.

Bug 439666 looks like a duplicate, and happened in Karmic.

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-08-19 Thread Thierry Carrez
This is believed to be fixed in karmic by the fix for bug 374674. Please
reopen if you can reproduce it on a current karmic setup.

** Package changed: samba (Ubuntu) = glibc (Ubuntu)

** Changed in: glibc (Ubuntu)
   Status: New = Fix Released

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-08-19 Thread Thierry Carrez
This is believed to be fixed in karmic by the fix for bug 374674. Please
reopen if you can reproduce it on a current karmic setup.

** Package changed: samba (Ubuntu) = glibc (Ubuntu)

** Changed in: glibc (Ubuntu)
   Status: New = Fix Released

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-08-04 Thread Thierry Carrez
glibc was updated in karmic removing the problematic patch. Would be
good to confirm that the problem is gone on karmic now.

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-08-04 Thread Thierry Carrez
glibc was updated in karmic removing the problematic patch. Would be
good to confirm that the problem is gone on karmic now.

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-06-17 Thread Emilio Pozuelo Monfort
** Changed in: liferea (Ubuntu)
   Importance: Undecided = Medium

** Changed in: liferea (Ubuntu)
   Status: Confirmed = Invalid

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-06-17 Thread Emilio Pozuelo Monfort
** Changed in: liferea (Ubuntu)
   Importance: Undecided = Medium

** Changed in: liferea (Ubuntu)
   Status: Confirmed = Invalid

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-06-11 Thread Thierry Carrez
Nizar, Michael:
If you can reproduce on a Jaunty test system, could you test and install glibc 
2.9-4ubuntu6.1~ppa1 from my PPA at https://launchpad.net/~ttx/+archive/ppa and 
let me know if it fixes the problem or not. You should upgrade the libc6 binary 
package (which should pull the libc6-i686 or libc6-amd64 and libc6-dev 
packages). Please reboot before testing to make sure you fully test the right 
glibc.

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-06-11 Thread Thierry Carrez
Nizar, Michael:
If you can reproduce on a Jaunty test system, could you test and install glibc 
2.9-4ubuntu6.1~ppa1 from my PPA at https://launchpad.net/~ttx/+archive/ppa and 
let me know if it fixes the problem or not. You should upgrade the libc6 binary 
package (which should pull the libc6-i686 or libc6-amd64 and libc6-dev 
packages). Please reboot before testing to make sure you fully test the right 
glibc.

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-06-08 Thread Nizar Kerkeni
I got this bug with liferea on 2 PC with Jaunty 64 bits where I installed 
winbind. When I remove winbind, liferea don't crash any more, but I need 
winbind to access to other PC on my network :/
I have the same issue too with liferea on karmic alpha1 64 bits.

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-06-08 Thread Nizar Kerkeni
This bug is still reproducible on jaunty and karmic

** Changed in: liferea (Ubuntu)
   Status: Invalid = Confirmed

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-06-08 Thread Nizar Kerkeni
I got this bug with liferea on 2 PC with Jaunty 64 bits where I installed 
winbind. When I remove winbind, liferea don't crash any more, but I need 
winbind to access to other PC on my network :/
I have the same issue too with liferea on karmic alpha1 64 bits.

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369274] Re: SIGSEGV in _nss_wins_gethostbyname_r

2009-06-08 Thread Nizar Kerkeni
This bug is still reproducible on jaunty and karmic

** Changed in: liferea (Ubuntu)
   Status: Invalid = Confirmed

-- 
SIGSEGV in _nss_wins_gethostbyname_r
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs