[Touch-packages] [Bug 1970076] Re: "User process fault: interruption code 0011 ilc:3" on SSH client/server upon Jammy upgrade

2022-04-27 Thread Christian Ehrhardt 
Oh I assumed this was running s390x VM on s390x Host.
@Ryan - is this s390x emulation on a non-s390x host?

** Changed in: openssh (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1970076

Title:
  "User process fault: interruption code 0011 ilc:3" on SSH
  client/server upon Jammy upgrade

Status in openssh package in Ubuntu:
  Incomplete

Bug description:
  This s390x VM has been upgraded to Jammy, including the host (qemu-
  system-s390x 1:6.2+dfsg-2ubuntu6).  Now any attempt to use ssh, or any
  incoming sshd attempt immediately results in e.g.:

  ryan@s390x-dev:~$ ssh g...@github.com
  [  433.672800] User process fault: interruption code 0011 ilc:3 in 
libc.so.6[3ffa6c0+1ca000]
  [  433.672946] Failing address: 02aa0b84d000 TEID: 02aa0b84d800
  [  433.672977] Fault in primary space mode while using user ASCE.
  [  433.673030] AS:02bc01c7 R3:087cc007 S:0798a000 
P:0400 
  Segmentation fault (core dumped)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1970076] Re: "User process fault: interruption code 0011 ilc:3" on SSH client/server upon Jammy upgrade

2022-04-26 Thread Jeff White
I can confirm that the issue may be in qemu in 22.04.  A "real" s390x
running 22.04 does not have this issue and the same installation image
does not have this issue running on Windows 11, qemu version 7.0.0.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1970076

Title:
  "User process fault: interruption code 0011 ilc:3" on SSH
  client/server upon Jammy upgrade

Status in openssh package in Ubuntu:
  New

Bug description:
  This s390x VM has been upgraded to Jammy, including the host (qemu-
  system-s390x 1:6.2+dfsg-2ubuntu6).  Now any attempt to use ssh, or any
  incoming sshd attempt immediately results in e.g.:

  ryan@s390x-dev:~$ ssh g...@github.com
  [  433.672800] User process fault: interruption code 0011 ilc:3 in 
libc.so.6[3ffa6c0+1ca000]
  [  433.672946] Failing address: 02aa0b84d000 TEID: 02aa0b84d800
  [  433.672977] Fault in primary space mode while using user ASCE.
  [  433.673030] AS:02bc01c7 R3:087cc007 S:0798a000 
P:0400 
  Segmentation fault (core dumped)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1970076] Re: "User process fault: interruption code 0011 ilc:3" on SSH client/server upon Jammy upgrade

2022-04-26 Thread Ryan Finnie
I only have one s390x guest and adding another would be painful due to
the slowness of its emulation :)  but I have just tried removing all of
/etc/ssh and reinstalling openssh-client/openssh-server, same crash.

To be clear, this is only happening on my s390x guest.  I have a few
other non-x86 qemu guests (arm64, ppc64el, riscv64, etc) which have also
been upgraded to jammy, none of which have this problem.  So I'm willing
to bet this is more of a kernel or qemu problem and that openssh is just
a symptom.  (Though it seems to be a recurring indicative symptom...
ISTR openssh segfaults during the bootstrap of riscv64 on qemu; William
Grant may be able to chime in.)  I've attached my libvirt definition in
case it's relevant, but it's pretty standard.

** Attachment added: "s390x-dev.xml"
   
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1970076/+attachment/5584015/+files/s390x-dev.xml

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1970076

Title:
  "User process fault: interruption code 0011 ilc:3" on SSH
  client/server upon Jammy upgrade

Status in openssh package in Ubuntu:
  New

Bug description:
  This s390x VM has been upgraded to Jammy, including the host (qemu-
  system-s390x 1:6.2+dfsg-2ubuntu6).  Now any attempt to use ssh, or any
  incoming sshd attempt immediately results in e.g.:

  ryan@s390x-dev:~$ ssh g...@github.com
  [  433.672800] User process fault: interruption code 0011 ilc:3 in 
libc.so.6[3ffa6c0+1ca000]
  [  433.672946] Failing address: 02aa0b84d000 TEID: 02aa0b84d800
  [  433.672977] Fault in primary space mode while using user ASCE.
  [  433.673030] AS:02bc01c7 R3:087cc007 S:0798a000 
P:0400 
  Segmentation fault (core dumped)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1970076] Re: "User process fault: interruption code 0011 ilc:3" on SSH client/server upon Jammy upgrade

2022-04-26 Thread Christian Ehrhardt 
@Ryan - Before going deeper since I read
"readconf.c:read_config_file_depth" in there. Does the same happen on a
fresh Jammy guest that has all-default config files? Or only to this
particular guest that you have?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1970076

Title:
  "User process fault: interruption code 0011 ilc:3" on SSH
  client/server upon Jammy upgrade

Status in openssh package in Ubuntu:
  New

Bug description:
  This s390x VM has been upgraded to Jammy, including the host (qemu-
  system-s390x 1:6.2+dfsg-2ubuntu6).  Now any attempt to use ssh, or any
  incoming sshd attempt immediately results in e.g.:

  ryan@s390x-dev:~$ ssh g...@github.com
  [  433.672800] User process fault: interruption code 0011 ilc:3 in 
libc.so.6[3ffa6c0+1ca000]
  [  433.672946] Failing address: 02aa0b84d000 TEID: 02aa0b84d800
  [  433.672977] Fault in primary space mode while using user ASCE.
  [  433.673030] AS:02bc01c7 R3:087cc007 S:0798a000 
P:0400 
  Segmentation fault (core dumped)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1970076] Re: "User process fault: interruption code 0011 ilc:3" on SSH client/server upon Jammy upgrade

2022-04-26 Thread Christian Ehrhardt 
(gdb) bt
#0  __GI__IO_default_xsputn (n=, data=, 
f=) at libioP.h:947
#1  __GI__IO_default_xsputn (f=0x3ffcbc7c2e8, data=, 
n=2929360903402) at genops.c:370
#2  0x03ffa6c7896c in outstring_func (done=11, length=2929360903402, 
string=0x2aa0b841cea <__func__.3.lto_priv.14> "read_config_file_depth", 
s=0x3ffcbc7c2e8) at ../libio/libioP.h:947
#3  __vfprintf_internal (s=s@entry=0x3ffcbc7c2e8, format=, 
format@entry=0x2aa0b81dea2 "%.48s:%.48s():%d (pid=%ld)", 
ap=ap@entry=0x3ffcbc7c4d0, mode_flags=mode_flags@entry=2)
at vfprintf-internal.c:1517
#4  0x03ffa6c8a024 in __vsnprintf_internal (string=0x3ffcbc7c5c8 
"readconf.c:read_config_file_depth", maxlen=, 
format=0x2aa0b81dea2 "%.48s:%.48s():%d (pid=%ld)", 
args=args@entry=0x3ffcbc7c4d0, mode_flags=mode_flags@entry=2) at 
vsnprintf.c:114
#5  0x03ffa6d2053a in ___snprintf_chk (s=, maxlen=, flag=, slen=, format=) at 
snprintf_chk.c:38
#6  0x02aa0b7d1686 in snprintf (__fmt=0x2aa0b81dea2 "%.48s:%.48s():%d 
(pid=%ld)", __n=128, __s=0x3ffcbc7c5c8 "readconf.c:read_config_file_depth")
at /usr/include/s390x-linux-gnu/bits/stdio2.h:71
#7  sshlogv (file=, func=, line=, 
showfunc=, level=, suffix=0x0, 
fmt=0x2aa0b84162e "Reading configuration data %.200s", args=0x3ffcbc7d3b0) 
at ../../log.c:473
#8  0x02aa0b7d1b88 in sshlog (file=, func=, 
line=, showfunc=, level=SYSLOG_LEVEL_DEBUG1, 
suffix=0x0, 
fmt=0x2aa0b84162e "Reading configuration data %.200s") at ../../log.c:434
#9  0x02aa0b80dbb6 in read_config_file_depth.constprop.0 
(filename=0x2aa0b811b42 "/etc/ssh/ssh_config", pw=0x2aa0d3609d0, 
host=, original_host=, 
flags=, activep=0x3ffcbc7d64c, 
want_final_pass=0x3ffcbc7e7c4, depth=0, options=) at 
../../readconf.c:2326
#10 0x02aa0b793d62 in read_config_file (options=0x2aa0b8518e0 , 
want_final_pass=0x3ffcbc7e7c4, flags=0, original_host=0x2aa0d364bc0 
"github.com", host=, 
pw=0x2aa0d3609d0, filename=0x2aa0b811b42 "/etc/ssh/ssh_config") at 
../../readconf.c:2295
#11 process_config_files (host_name=host_name@entry=0x2aa0d364bc0 "github.com", 
pw=pw@entry=0x2aa0d3609d0, final_pass=final_pass@entry=0, 
want_final_pass=want_final_pass@entry=0x3ffcbc7e7c4)
at ../../ssh.c:569
#12 0x02aa0b78d572 in main (ac=, av=) at 
../../ssh.c:1148

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1970076

Title:
  "User process fault: interruption code 0011 ilc:3" on SSH
  client/server upon Jammy upgrade

Status in openssh package in Ubuntu:
  New

Bug description:
  This s390x VM has been upgraded to Jammy, including the host (qemu-
  system-s390x 1:6.2+dfsg-2ubuntu6).  Now any attempt to use ssh, or any
  incoming sshd attempt immediately results in e.g.:

  ryan@s390x-dev:~$ ssh g...@github.com
  [  433.672800] User process fault: interruption code 0011 ilc:3 in 
libc.so.6[3ffa6c0+1ca000]
  [  433.672946] Failing address: 02aa0b84d000 TEID: 02aa0b84d800
  [  433.672977] Fault in primary space mode while using user ASCE.
  [  433.673030] AS:02bc01c7 R3:087cc007 S:0798a000 
P:0400 
  Segmentation fault (core dumped)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1970076] Re: "User process fault: interruption code 0011 ilc:3" on SSH client/server upon Jammy upgrade

2022-04-26 Thread Christian Ehrhardt 
Hi,
for comparison on another system I've taken a Host (was impish before upgrade) 
and created guests with Xenial, Bionic, Focal, Jammy.
All worked fine at this stage - ssh login and health of guests/hosts was good.
Then I upgraded the Host to Jammy (as the reporter did).

Example of the simple tests made:
#log into jammy, from there log into focal
ssh -t ubuntu@192.168.122.177 "ssh ubuntu@192.168.122.39"
#log into focal, from there log into jammy
ssh -t ubuntu@192.168.122.39 "ssh ubuntu@192.168.122.177"

=> That was all fine initially (impish)
=> That was all still fine after the upgrade to jammy
=> And it was still fine after restarting the guests (to use the new qemu)

So it can't be reproduced easily, this would need to go into analyzing
the ssh crash dump file that is attached.

@Ryan - if you have any further insight on how/why your config might be
special let us know.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1970076

Title:
  "User process fault: interruption code 0011 ilc:3" on SSH
  client/server upon Jammy upgrade

Status in openssh package in Ubuntu:
  New

Bug description:
  This s390x VM has been upgraded to Jammy, including the host (qemu-
  system-s390x 1:6.2+dfsg-2ubuntu6).  Now any attempt to use ssh, or any
  incoming sshd attempt immediately results in e.g.:

  ryan@s390x-dev:~$ ssh g...@github.com
  [  433.672800] User process fault: interruption code 0011 ilc:3 in 
libc.so.6[3ffa6c0+1ca000]
  [  433.672946] Failing address: 02aa0b84d000 TEID: 02aa0b84d800
  [  433.672977] Fault in primary space mode while using user ASCE.
  [  433.673030] AS:02bc01c7 R3:087cc007 S:0798a000 
P:0400 
  Segmentation fault (core dumped)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1970076] Re: "User process fault: interruption code 0011 ilc:3" on SSH client/server upon Jammy upgrade

2022-04-23 Thread Ryan Finnie
** Tags added: apport-crash need-amd64-retrace

** Tags removed: need-amd64-retrace
** Tags added: need-s390x-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1970076

Title:
  "User process fault: interruption code 0011 ilc:3" on SSH
  client/server upon Jammy upgrade

Status in openssh package in Ubuntu:
  New

Bug description:
  This s390x VM has been upgraded to Jammy, including the host (qemu-
  system-s390x 1:6.2+dfsg-2ubuntu6).  Now any attempt to use ssh, or any
  incoming sshd attempt immediately results in e.g.:

  ryan@s390x-dev:~$ ssh g...@github.com
  [  433.672800] User process fault: interruption code 0011 ilc:3 in 
libc.so.6[3ffa6c0+1ca000]
  [  433.672946] Failing address: 02aa0b84d000 TEID: 02aa0b84d800
  [  433.672977] Fault in primary space mode while using user ASCE.
  [  433.673030] AS:02bc01c7 R3:087cc007 S:0798a000 
P:0400 
  Segmentation fault (core dumped)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp