Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] AQEMU segmentation fault
@ 2022-09-04 19:45 johna23-lab
  2022-09-04 20:32 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: johna23-lab @ 2022-09-04 19:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1504 bytes --]

New issue by johna23-lab on void-packages repository

https://github.com/void-linux/void-packages/issues/39101

Description:
### Is this a new report?

Yes

### System Info

Void 5.18.19_1 x86_64 Genuine Intel

### Package(s) Affected

aqemu-0.9.4_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

"aqemu Segmentation fault" in google
https://forums.freebsd.org/threads/aqemu-segmentation-fault.85437/
https://github.com/tobimensch/aqemu/issues/92
etc..


### Expected behaviour

Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-ppcemb" element!

AQEMU Warning [30] >>>
Sender: void QEMU_IMG_Thread::Parse_Info( int exitCode, QProcess::ExitStatus exitStatus )
Message: QRegExp With Cluster Size Not Matched

And runs the GUI

### Actual behaviour

AQEMU Warning [2]
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-ppcemb" element!
Segmentation fault (core dumped)Segmentation fault (core dumped)

### Steps to reproduce

xbps-install aqemu
aqemu
Run the wizard to choose the qemu binary, then ... Segmentation fault (core dumped)

How to fix it
Grab this fork with the fix
(the fix)
https://github.com/nikitamos/aqemu/commit/dc19121a923c71eed248cd6310b9b06ec0af6abe

sudo xbps-install  qt5-devel libvncserver-devel git gcc pkg-config
git clone https://github.com/nikitamos/aqemu
cd aqemu
meson builddir
cd builddir
ninja
strip aqemu
./aqemu

And now the program works

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: AQEMU segmentation fault
  2022-09-04 19:45 [ISSUE] AQEMU segmentation fault johna23-lab
@ 2022-09-04 20:32 ` classabbyamp
  2023-02-11 15:20 ` ErinVoid
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-09-04 20:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/39101#issuecomment-1236410422

Comment:
(note: fix is also PR'd but not yet merged https://github.com/tobimensch/aqemu/pull/116) 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: AQEMU segmentation fault
  2022-09-04 19:45 [ISSUE] AQEMU segmentation fault johna23-lab
  2022-09-04 20:32 ` classabbyamp
@ 2023-02-11 15:20 ` ErinVoid
  2023-02-11 15:31 ` classabbyamp
  2023-04-08 10:09 ` [ISSUE] [CLOSED] " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: ErinVoid @ 2023-02-11 15:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

New comment by ErinVoid on void-packages repository

https://github.com/void-linux/void-packages/issues/39101#issuecomment-1426798479

Comment:
Is this going to get fixed or another qemu gui frontend be provided?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: AQEMU segmentation fault
  2022-09-04 19:45 [ISSUE] AQEMU segmentation fault johna23-lab
  2022-09-04 20:32 ` classabbyamp
  2023-02-11 15:20 ` ErinVoid
@ 2023-02-11 15:31 ` classabbyamp
  2023-04-08 10:09 ` [ISSUE] [CLOSED] " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-02-11 15:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 206 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/39101#issuecomment-1426800838

Comment:
libvirt/virt-manager is another qemu frontend that exists

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ISSUE] [CLOSED] AQEMU segmentation fault
  2022-09-04 19:45 [ISSUE] AQEMU segmentation fault johna23-lab
                   ` (2 preceding siblings ...)
  2023-02-11 15:31 ` classabbyamp
@ 2023-04-08 10:09 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-04-08 10:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1539 bytes --]

Closed issue by johna23-lab on void-packages repository

https://github.com/void-linux/void-packages/issues/39101

Description:
### Is this a new report?

Yes

### System Info

Void 5.18.19_1 x86_64 Genuine Intel

### Package(s) Affected

aqemu-0.9.4_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

"aqemu Segmentation fault" in google
https://forums.freebsd.org/threads/aqemu-segmentation-fault.85437/
https://github.com/tobimensch/aqemu/issues/92
etc..


### Expected behaviour

Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-ppcemb" element!

AQEMU Warning [30] >>>
Sender: void QEMU_IMG_Thread::Parse_Info( int exitCode, QProcess::ExitStatus exitStatus )
Message: QRegExp With Cluster Size Not Matched

And runs the GUI

### Actual behaviour

AQEMU Warning [2]
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-ppcemb" element!
Segmentation fault (core dumped)Segmentation fault (core dumped)

### Steps to reproduce

xbps-install aqemu
aqemu
Run the wizard to choose the qemu binary, then ... Segmentation fault (core dumped)

How to fix it
Grab this fork with the fix
(the fix)
https://github.com/nikitamos/aqemu/commit/dc19121a923c71eed248cd6310b9b06ec0af6abe

sudo xbps-install  qt5-devel libvncserver-devel git gcc pkg-config meson
git clone https://github.com/nikitamos/aqemu
cd aqemu
meson builddir
cd builddir
ninja
strip aqemu
./aqemu

And now the program works

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-08 10:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-04 19:45 [ISSUE] AQEMU segmentation fault johna23-lab
2022-09-04 20:32 ` classabbyamp
2023-02-11 15:20 ` ErinVoid
2023-02-11 15:31 ` classabbyamp
2023-04-08 10:09 ` [ISSUE] [CLOSED] " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).