[Bug 1658733] Re: Ubuntu 16.04.2KVM:kdump fails to mount root file system on multipath root device

2017-04-10 Thread Mauro S M Rodrigues
Hi Canonical,
Is there any news related to this bug and the patch attached? Is it already 
accepted?

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

Title:
  Ubuntu 16.04.2KVM:kdump fails to mount root file system on multipath
  root device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kexec-tools/+bug/1658733/+subscriptions

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


[Bug 1658733] Re: Ubuntu 16.04.2KVM:kdump fails to mount root file system on multipath root device

2017-01-23 Thread Mauro S M Rodrigues
** Also affects: makedumpfile (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Ubuntu 16.04.2KVM:kdump fails to mount root file system on multipath
  root device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kexec-tools/+bug/1658733/+subscriptions

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


[Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2015-04-08 Thread Mauro S
Clevo laptop, Ubuntu 14.10, NVidia GEForce GTX870M with nvidia 331.113-update 
driver, packages from PPA in comment #251 works fine.
Bug disappeared, now touchpad+Nvidia card works withut freezes.
Thanks

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

Title:
  [nvidia-prime]Freeze while using touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1220426/+subscriptions

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


[Bug 1418221] Re: internal error: Cannot find suitable emulator for ppc64le

2015-04-06 Thread Mauro S M Rodrigues
Guys can you please backport this to utopic?

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

Title:
  internal error: Cannot find suitable emulator for ppc64le

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1418221/+subscriptions

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


[Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2015-01-16 Thread Mauro S
Sorry.
My apologizes to the patch author. Credits to the patch to him.

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

Title:
  [nvidia-prime]Freeze while using touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1220426/+subscriptions

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


[Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2015-01-15 Thread Mauro S
Clevo laptop, Ubuntu 14.10,  NVidia GEForce GTX870M with nvidia
331.113-update drivers (selected from system settings) plus Intel
integrated graphics, same issue.

VT switching and external USB mouse workarounds work.

I have another Clevo laptop identical but with NVidia GEForce GTX970M
instead, nouveau drivers, no freezes using touchpad.

Unfortunately I cannot try nouveau on GTX870M because isn't supported.

Any news about applying laurence's patch to xserver?

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

Title:
  [nvidia-prime]Freeze while using touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1220426/+subscriptions

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


[Bug 775374] Re: pthread_exit() causes pthread_join() hang when library destructor called

2015-01-15 Thread Mauro S
Fixed in eglibc-2.12

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

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

Title:
  pthread_exit() causes pthread_join() hang when library destructor
  called

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/775374/+subscriptions

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


[Bug 775374] [NEW] pthread_exit() causes pthread_join() hang when library destructor called

2011-05-02 Thread Mauro S
Public bug reported:

Binary package hint: libc6

Hello,

I have a simple program that loads and then unloads a shared object.
Source code attached.

Shared object constructor launchs a joinable thread, that terminates with 
pthread_exit() call.
Shared object destructor contains pthread_join() call. When I call destructor, 
pthread_join() hangs. This behavior disappears if I substitute pthread_exit() 
with a return.

Here the gdb trace:
(gdb) info threads
  2 Thread 0xb7fefb70 (LWP 1134)  0x0012d422 in __kernel_vsyscall ()
* 1 Thread 0xb7ff06c0 (LWP 1131)  0x0012d422 in __kernel_vsyscall ()

(gdb) bt
#0  0x0012d422 in __kernel_vsyscall ()
#1  0x00138b5d in pthread_join () from /lib/tls/i686/cmov/libpthread.so.0
#2  0x002a57a4 in TestModExit () at TestMod.c:49
#3  0x002a5678 in __do_global_dtors_aux () from ./libTestMod.so
#4  0x002a5810 in _fini () from ./libTestMod.so
#5  0x0012273e in ?? () from /lib/ld-linux.so.2
#6  0x001231b7 in ?? () from /lib/ld-linux.so.2
#7  0x0012eca4 in ?? () from /lib/tls/i686/cmov/libdl.so.2
#8  0x0011d7e6 in ?? () from /lib/ld-linux.so.2
#9  0x0012f09c in ?? () from /lib/tls/i686/cmov/libdl.so.2
#10 0x0012ecda in dlclose () from /lib/tls/i686/cmov/libdl.so.2
#11 0x08048549 in main (argc=1, argv=0xb874) at main.c:15

(gdb) thread 2
[Switching to thread 2 (Thread 0xb7fefb70 (LWP 1134))]#0  0x0012d422 in 
__kernel_vsyscall ()

(gdb) bt
#0  0x0012d422 in __kernel_vsyscall ()
#1  0x0013eaf9 in __lll_lock_wait () from /lib/tls/i686/cmov/libpthread.so.0
#2  0x0013a149 in _L_lock_839 () from /lib/tls/i686/cmov/libpthread.so.0
#3  0x00139fdb in pthread_mutex_lock () from /lib/tls/i686/cmov/libpthread.so.0
#4  0x0012157d in ?? () from /lib/ld-linux.so.2
#5  0x0024f4a2 in ?? () from /lib/tls/i686/cmov/libc.so.6
#6  0x0011d7e6 in ?? () from /lib/ld-linux.so.2
#7  0x0024f5a1 in ?? () from /lib/tls/i686/cmov/libc.so.6
#8  0x0024f6bb in __libc_dlopen_mode () from /lib/tls/i686/cmov/libc.so.6
#9  0x00140b47 in pthread_cancel_init () from /lib/tls/i686/cmov/libpthread.so.0
#10 0x00140cbd in _Unwind_ForcedUnwind () from 
/lib/tls/i686/cmov/libpthread.so.0
#11 0x0013e788 in __pthread_unwind () from /lib/tls/i686/cmov/libpthread.so.0
#12 0x001389e0 in pthread_exit () from /lib/tls/i686/cmov/libpthread.so.0
#13 0x002a5719 in MyThreadFun (arg=0x0) at TestMod.c:25
#14 0x0013796e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#15 0x00218a4e in clone () from /lib/tls/i686/cmov/libc.so.6

** Affects: eglibc (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  pthread_exit() causes pthread_join() hang when library destructor
  called

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


[Bug 775374] Re: pthread_exit() causes pthread_join() hang when library destructor called

2011-05-02 Thread Mauro S
** Attachment added: sample_glibc.tar.gz
   
https://bugs.launchpad.net/bugs/775374/+attachment/2105254/+files/sample_glibc.tar.gz

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

Title:
  pthread_exit() causes pthread_join() hang when library destructor
  called

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


[Bug 775374] Re: pthread_exit() causes pthread_join() hang when library destructor called

2011-05-02 Thread Mauro S
Additional infos:

- issue originally found on Ubuntu 10.04.1 x86 kernel 2.6.32-24-generic with 
glibc 2.11.1-0ubuntu7.8
- issue present also on Ubuntu 10.10 x86 kernel 2.6.35-28-generic with glibc 
2.12.1-0ubuntu10.2

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

Title:
  pthread_exit() causes pthread_join() hang when library destructor
  called

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


[Bug 760690] Re: call pthread_join() into dlclose() causes application hangup

2011-04-19 Thread Mauro S
Looks like a duplicate also of this:

https://bugzilla.redhat.com/show_bug.cgi?id=549813

Could patch indicated at

http://sourceware.org/ml/libc-hacker/2010-02/msg0.html

works for Ubuntu eglibc version?

** Bug watch added: Red Hat Bugzilla #549813
   https://bugzilla.redhat.com/show_bug.cgi?id=549813

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

Title:
  call pthread_join() into dlclose() causes application hangup

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


[Bug 760690] Re: call pthread_join() into dlclose() causes application hangup

2011-04-19 Thread Mauro S
Browsing source code of 2.12.1-0ubuntu10.1 libc6 package for Maverick I
discovered that above mentioned patch was applied from 2.12 version of
eglibc.

Can close this bug (I changed its status to fix released)

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

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

Title:
  call pthread_join() into dlclose() causes application hangup

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


[Bug 760690] [NEW] call pthread_join() into dlclose() causes application hangup

2011-04-14 Thread Mauro S
Public bug reported:

Seems to be a duplicate of this bug:
http://sourceware.org/bugzilla/show_bug.cgi?id=654

See reported bug for details: if I run test code attached to reported
bug I have same application hangup on pthread_cancel() into dlclose().

Ubuntu 10.04 LTS release 10.04 (from xubuntu-10.04-alternate-i386.iso cd; 
applies also to kubuntu-10.04.1-alternate-i386.iso installation)
libc6 2.11.1-0ubuntu7
kernel 2.6.32-21-generic
no package updates applied

** Affects: eglibc (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  call pthread_join() into dlclose() causes application hangup

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