[Kernel-packages] [Bug 1828712] Re: I/O errors when trying to loop mount an image

2019-05-17 Thread James Harris
@brian-murray thanks for the suggestion. Have done you suggest but apport-cli on the system with the GUI does not seem to allow an existing bug to be updated with the info, so rather than generating a new bug report am copying the file generated by apport-cli --save below. ProblemType: Bug ApportV

[Kernel-packages] [Bug 1828712] Re: I/O errors when trying to loop mount an image

2019-05-13 Thread James Harris
Sorry I cannot run apport-collect as the machine has no GUI. I have tried the command on the console and via ssh but the resulting text-mode screen seems to prevent me entering my email address to log in. I also tried apport-cli but it had the same problem with the same authentication screen. As

[Kernel-packages] [Bug 1828712] Re: I/O errors when trying to loop mount an image

2019-05-13 Thread James Harris
Setting package to linux kernel as advised for a filesystem issue. Ran apport-collect -p linux 1828712 per the instructions but I don't know that it worked as machine has no GUI. ** Package changed: ubuntu => linux (Ubuntu) -- You received this bug notification because you are a member of Kern

[Kernel-packages] [Bug 1407521] Re: C compiler bcc struct passing fails

2015-01-04 Thread James Harris
Attached a short program which can be compiled in order to see the problem. Compile with bcc -ansi -S struct_pass.c Then scroll down the resulting assembly file struct_pass.s to get past the comments. On my system the errant code began at line 235. ** Attachment added: "Source code struct_pas

[Kernel-packages] [Bug 1407521] [NEW] C compiler bcc struct passing fails

2015-01-04 Thread James Harris
Public bug reported: C compiler bcc copies structs and returns structs correctly but fails to pass them to functions. From checking it turns out that the generated code calls _memcpy with the wrong parameters. For example, this is the generated assembly which should pass a 6-byte struct to a funct