Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
108 user(s) are online (63 user(s) are browsing Forums)

Members: 0
Guests: 108

more...

Headlines

 
  Register To Post  

« 1 (2)
Re: Qt5 progress
Home away from home
Home away from home


See User information
@alfkil
i tested minimal archive from svn - there embedded dialogs crashes on loading. other examples and few apps from os4depot works

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Qt5 progress
Home away from home
Home away from home


See User information
@Alfkil

Yep, as Guillaume found some more problems in meantime i need to update my list, also as you fixed some old issues with 0.9.1 i will cancel some old points

Go to top
Re: Qt5 progress
Just can't stay away
Just can't stay away


See User information
@kas1e

The embeddeddialogs demo is problematic, because it is so heavy on cpu and gfx board. It works fantastically on X1000, but lower ended systems might have a hard time processing it. How exactly does it crash? With a DSI or system lockup?

Go to top
Re: Qt5 progress
Home away from home
Home away from home


See User information
@alfkil
it start loading and when show on serial something which mean now it will shown something on screen memguard start hits a lot. i can send exactly logs tomorrow. peg2 imho should be ok, before it works on it ok. i also do all tests on debug.kernel, maybe that reassons. will make proper tests of everything tomorrow

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Qt5 progress
Amigans Defender
Amigans Defender


See User information
@alfkil

My concern was more the SObj names. An older program linked to libQtCore.so needs to load the 4.7 version. Any new Qt5 app linked to libQtCore.so needs to get the Qt5 version. The dynamic linker just searches SObjs: so the filenames for Qt5 need to be different. Maybe they are anyway, I don't know.

Go to top
Re: Qt5 progress
Just can't stay away
Just can't stay away


See User information
@Chris

Ah, doh, of course, but that is easily solved, because Qt5 libs are called libQt5Whatever.so from default :).

Go to top
Re: Qt5 progress
Home away from home
Home away from home


See User information
@alfkil
That what i do:

-- debug kernel with munge + memguard
-- hard reboot
-- cd work:qt/demos/embeddeddialogs
-- stack 2000000
-- run embedded dialogs

And the hits galore from memguard. Check this out:
http://kas1e.mikendezign.com/aos4/qt/ ... d_dialogs_hits_galore.txt

Pretty possible it will works after they stops, but there is so much of them in loop, that visually nothing happens, just hits come out one by one to serial.

And there is something wrong with QtDemo/Games/Flickr Client.

To reproduce:

-- debug kernel with munge + memguard
-- hard reboot
-- cd work:qt
-- stack 2000000
-- run qtdemo
-- press "Demonstrations"
-- press "Flickr Client"
-- press "display"

It show somewindow without anything inside, and in serial log i have a looot of repats:

Quote:

WaitSelect() returned error 13
task: 0x65afa5e0
pthread_self: 3
WaitSelect() returned error 13
task: 0x65afa5e0
pthread_self: 3
WaitSelect() returned error 13
task: 0x65afa5e0
pthread_self: 3
WaitSelect() returned error 13
task: 0x65afa5e0
pthread_self: 3
WaitSelect() returned error 13
task: 0x65afa5e0
pthread_self: 3
WaitSelect() returned error 13
task: 0x65afa5e0
pthread_self: 3
WaitSelect() returned error 13
task: 0x65afa5e0
pthread_self: 3
WaitSelect() returned error 13
task: 0x65afa5e0
pthread_self: 3
WaitSelect() returned error 13
task: 0x65afa5e0
pthread_self: 3
WaitSelect() returned error 13
task: 0x65afa5e0
pthread_self: 3
WaitSelect() returned error 13
task: 0x65afa5e0
pthread_self: 3
WaitSelect() returned error 13
task: 0x65afa5e0
pthread_self: 3
WaitSelect() returned error 13
task: 0x65afa5e0
pthread_self: 3
WaitSelect() returned error 13
task: 0x65afa5e0


If at this moment i press on close gadget in qtdemo window, then it closes , and bring me crash with such stack trace:

Stack trace:
(
0x62B1B6C0_ZN7QString16fromAscii_helperEPKci()+0xa8 (section 10 0xE9174)
(
0x62B1B6F0_ZN7QString16fromAscii_helperEPKci()+0x108 (section 10 0xE91D4)
(
0x62B1B710_ZN28QEventDispatcherAmigaPrivate8doSelectE6QFlagsIN10QEventLoop17ProcessEventsFlagEEP7timevalPm()+0x51c (section 10 0x2B19D4)
(
0x62B1B970_ZN21QEventDispatcherAmiga13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE()+0xd8 (section 10 0x2B2D9C)
(
0x62B1B9A0_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE()+0x164 (section 10 0x244608)
(
0x62B1BB10_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE()+0x1f8 (section 10 0x2456A0)
(
0x62B1BC80_ZN7QThread4execEv()+0x29c (section 10 0x42558)
(
0x62B1BDD0_ZN24QDeclarativePixmapReader3runEv()+0x198 (section 9 0xDE6B8)
(
0x62B1BF00_ZN14QThreadPrivate5startEPv()+0x100 (section 10 0x49D08)
(
0x62B1BF20run()+0x278 (section 1 0x53EC)
(
0x62B1BF50ThreadCode()+0x35c (section 1 0x5794)
(
0x62B1BF90native kernel module dos.library.kmod+0x00024ae8
(0x62B1BFC0native kernel module kernel+0x0006aa5c
(0x62B1BFD0native kernel module kernel+0x0006aadc


Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Qt5 progress
Just can't stay away
Just can't stay away


See User information
alfkil, time for an update? how's things going?
it's been a long time since we heard from you.

Go to top
Re: Qt5 progress
Quite a regular
Quite a regular


See User information
@spotUP

Yes true , I think alfkil is more active during the summer holidays ;)

Go to top
Re: Qt5 progress
Just can't stay away
Just can't stay away


See User information
Not much new. As things turned out, I have been very occupied in other areas. But I have still reserved a part of my brain to the project, just need to find the right time to utilize it. And sorry for not keeping the 'before Christmas' promise, the universe didn't allow for that. Hopefully in the new year.

Go to top
Re: Qt5 progress
Just popping in
Just popping in


See User information
@alfkil

No worries! We all appreciate your work on QT 4.7 and look forward to QT5 whenever you have an opportunity. You are doing a wonderful job of porting QT. Thank you for your efforts!

Scott

Go to top
Re: Qt5 progress
Home away from home
Home away from home


See User information
@alfkil

Welcome back and merry XMas

Go to top
Re: Qt5 progress
Just popping in
Just popping in


See User information
@alfkil

Any progress on QT5.0?



Go to top
Re: Qt5 progress
Just can't stay away
Just can't stay away


See User information
bump!... any progress on qt5?

Go to top
Re: Qt5 progress
Just popping in
Just popping in


See User information
Any progress?

I'm kind of a noobie when it comes to AmigaOS. I'm using Linux since 2008 and since Summer of 2013, I got my first Amiga ever: AmigaOne 500. I recently upgraded it with a RadeonHD card. I've really fallen in love with AmigaOS 4.x
Go to top
Re: Qt5 progress
Just can't stay away
Just can't stay away


See User information
@Vistaus

Nope. Sorry. Too busy.

Go to top
Re: Qt5 progress
Just popping in
Just popping in


See User information
wow amazing....
You are awesome!!!

Alien Air Attack

SAM440@733 mhz as main amiga.
Go to top

  Register To Post
« 1 (2)

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project