Re: More debug infos - was: Re: iMac G5 "windfarm"

2021-01-04 Thread John Paul Adrian Glaubitz
On 1/5/21 2:53 AM, John Paul Adrian Glaubitz wrote: > It's been localized down to "ped_disk_new(device_named(device_name)" in line > 1224. So it's a crash libparted. And one theory is that this crash occurs > due to the Mac partitioning scheme. Next I will build a libparted with debug printf()

Re: More debug infos - was: Re: iMac G5 "windfarm"

2021-01-04 Thread John Paul Adrian Glaubitz
Hello! On 1/4/21 6:38 PM, Dennis Clarke wrote: > Firstly I want to say that you have done more than most people have ever > done here to ensure we the people have Debian on ports type machines. > You have been doing all the heavy lifting for years. That is not even > remotely fair. Thanks for

Re: More debug infos - was: Re: iMac G5 "windfarm"

2021-01-04 Thread Dennis Clarke
On 1/3/21 11:40 PM, John Paul Adrian Glaubitz wrote: > On 1/3/21 10:30 PM, John Paul Adrian Glaubitz wrote: >> FWIW, the source code is here: >> >>> https://salsa.debian.org/installer-team/partman-base/-/blob/master/parted_server.c >> >> If anyone has any clever idea, please let me know. >> Good

Re: More debug infos - was: Re: iMac G5 "windfarm"

2021-01-04 Thread John Paul Adrian Glaubitz
On 1/4/21 10:39 AM, John Paul Adrian Glaubitz wrote: > Might be an idea to update src:parted to the latest upstream version which > hasn't happend yet in Debian. My guess is that this issue can be worked around by zeroing the partition table of the system before installing Debian. Can someone

Re: More debug infos - was: Re: iMac G5 "windfarm"

2021-01-04 Thread John Paul Adrian Glaubitz
On 1/4/21 10:01 AM, John Paul Adrian Glaubitz wrote: > The resulting logfile is (ignore the noise in the beginning, scroll to the > end): > >> https://people.debian.org/~glaubitz/partman/powerpc/partman.debug.log > > Thus, it stops at "set_disk_named(device_name, >

Re: More debug infos - was: Re: iMac G5 "windfarm"

2021-01-04 Thread John Paul Adrian Glaubitz
Hello! On 1/4/21 2:32 AM, John Paul Adrian Glaubitz wrote: > On 1/4/21 2:02 AM, Cameron MacPherson wrote: >> #define oprintf(...) \({ \char *msg_oprintf; \ >>fprintf(outfifo,__VA_ARGS__); \ >> fflush(outfifo); \msg_oprintf = >>