Login
Username:

Password:

Remember me



Lost Password?

Register now!
Main Menu
Who is Online
8 user(s) are online (5 user(s) are browsing Forum)

Members: 0
Guests: 8

more...


Browsing this Thread:   1 Anonymous Users




(1) 2 3 »


Re: PC 0x7FE87EA9 kind of crash appears again with only 1 GB of RAM installed!
#29
Home away from home
Home away from home


See User information
Quote:

Kalamatee wrote:
Sounds like you might have a faulty memory module .. especially since the problems always occur at the same address or very close.


It may also be that the PC address shown in requester is wrong ...

If there are low memory situations involved things causing illegal instruction alerts may be library/devices being flushed which shouldn't be (maybe sometimes caused because of broken lib_opencnt, or libs/devs opened constantly but never closed).


Posted on: 2012/9/9 17:00
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: This Time Wanderer crashed on the same PC 0x7FE87EA9
#28
Home away from home
Home away from home


See User information
Quote:

Kalamatee wrote:
Quote:

GreenNight wrote:


Every 32 Bit Amigoid OS can only use 2GB of memory, ....



# AROS does not have a 2GB limit on memory.


Does AROS really use more than 2GB of RAM ?

I was writing this because QBit complained about low amount of free memory displayed on AROS. I did not ask him to remove some of the memory.

Posted on: 2012/9/9 12:09
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: PC 0x7FE87EA9 kind of crash appears again with only 1 GB of RAM installed!
#27
Home away from home
Home away from home


See User information
Sounds like you might have a faulty memory module .. especially since the problems always occur at the same address or very close.

Posted on: 2012/9/8 23:51
Resized Image
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: PC 0x7FE87EA9 kind of crash appears again with only 1 GB of RAM installed!
#26
Home away from home
Home away from home


See User information
I changed the Configuration for this PC... I disabled SATA.. reduced the memory to 1 GB and insatalled a 160 GB IDE Hard Disk.....and that makes an enormous change in stability of the System that ^^^ Bug appers... now I will add the RAM again to 4 GB.. to see if that has an Effect on AROS stability!



Posted on: 2012/9/8 23:29
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: PC 0x7FE87EA9 kind of crash appears again with only 1 GB of RAM installed!
#25
Home away from home
Home away from home


See User information
Quote:

ncafferkey wrote:
Quote:

Kalamatee wrote:
@Qbit:

Please try removing the ntfs handler (I can see from your screenshot that there is atleast one ntfs partition present)



That reminds me: while trying out the NTFS handler, I noticed that (at least in some cases), not all of a file was copied from an NTFS volume (e.g. with "Copy System:blah T:"). When I copied the sample sunset.jpg file included in "My Pictures" in XP, the bottom right-hand corner was corrupt.


Strange - I will try and replicate the problem.

Quote:

Also, when I opened System:WINDOWS in Wanderer, I had to switch off the computer after waiting about half an hour for the files to be shown. However, I know slow directory listing is a known issue.


Yes its extremely painful - the handler needs reworked a bit.

Also, when wanderer is listing a subfolder the following happens -:

Wanderer locks the directory -> disk is traversed from the root until it finds the correct entry, which involves linear lookups in each directory (big dirs == slow).

Wanderer examines the directory -> For each file processed icon.library again traverses the disk from its root to find the icon file, performing the same slow linear lookups.

This is the main filesystem bottleneck, however icon.library doing its default-icon stuff with hundreds of entries also is a bit of a show stopper.

Ideally icon.library would be altered so that GetIconTagList knows a new tag (e.g ICONGETA_FileLock) which is an already obtained lock on the icon file, and save a lot of uneccessary processing ... Im also considering deferring Icon loading on my ABI v1 tree so that the main wanderer task opens the window -> fires a child task to enumerate the directory tree (only loading real icons) -> fires a child task to process the window contents loading icons which need to use a default icon (or using the thumbnail plugin) as appropriate.. which should result in the wanderer window being more responsive, the icon list itself coming up quicker, and with the afore mentioned icon list change - the whole process being considerably faster.

As for NTFS handler - there's a lot of things that need to be done to speed it up =) NTFS stores directory contents alphabetically sorted using btree+

The current way that NTFS is implemented could also be much refined - with locks becoming real instances of NTFS MFT records (which would clean up and simplify the code/handling considerably).

I would like to address those issues before contemplating adding write support...

Posted on: 2012/9/8 18:39

Edited by Kalamatee on 2012/9/8 23:12:06
Edited by Kalamatee on 2012/9/8 23:19:57
Edited by Kalamatee on 2012/9/8 23:28:58
Resized Image
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: PC 0x7FE87EA9 kind of crash appears again with only 1 GB of RAM installed!
#24
Home away from home
Home away from home


See User information
qkalmatee

I installed Icaros 1.4 ... that Version doesen't have a NTFS Hamdler.. the crashes appear anyway.... I'll wait until next crash and then I'll show you.... there is only Work and AROS present... and this PC 0x.... Bug appears anyway,,,,, as I tried out with all Drivers disabled.. it may be a SATA Bug.. because most of the Time it is ATA(Pi) crashing.... but I have still anopther Option... I have a plain AROS Install on a IDE Hard Disk.. I will try too boot AROS from IDE and remove all SATA Drives!

Posted on: 2012/9/8 18:16
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: This Time Wanderer crashed on the same PC 0x7FE87EA9
#23
Home away from home
Home away from home


See User information
@paolone..... well,,,, it took me some time to find out how to even format 1 TB Drives in Fat32..... the Problem is.. I did becaise I bought some day a few yeaers ago a Media Player Box which only could read FAT32 and it worked well.... the other thing is.. that I am playing with AROS for a few years.. O.k.. I can't contribute very well but e.g the Fat32 formatted Drive (where I have my Media Files from my Media Box) was the only Possibility to transfer Files from Windows to AROS... I could install AmiKit on AROS.. listen to Music... Download Files daster with Windows and transfer them to AROS.... I don't care if I have less Diskspace.. 1 TB is lot anyway.. but it was the most feasable solution.

Posted on: 2012/9/8 18:09
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: This Time Wanderer crashed on the same PC 0x7FE87EA9
#22
Home away from home
Home away from home


See User information
Quote:

QBit wrote:

It seems to be a SATA or FAT32 Issue...I have these Issues only. on the 2 SATA equipped 1 TB and 2 TB FAT32 formatted PCs!


So you have a 1 TB and a 2 TB FAT-formatted drives? o_O

FAT32 is a very inefficient filesystem on large drives. I'd probably not format anything beyond 32 GB with it (choosing NTFS instead). Microsoft has recently enabled FAT32 to support bigger drives with a extended filesystem (FAT32-EXT) which is not compatible with most 'foreign' FAT32 implementations, I'd not be surprised if AROS one doesn't support it.

The main problem you may encounter with FAT using large drives, however, is wasting a lot of space with oversized clusters. You may waste 64KB of space for every little file you have on the hard drive. If you don't need to read data from AROS or other operating systems, I'd suggest you to convert your big FAT32 partitions into NTFS ones (beware: can't be reverted with system files).

Posted on: 2012/9/8 16:20
p.bes
Icaros Desktop AROS distribution mantainer
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: PC 0x7FE87EA9 kind of crash appears again with only 1 GB of RAM installed!
#21
Home away from home
Home away from home


See User information
Quote:

Kalamatee wrote:
@Qbit:

Please try removing the ntfs handler (I can see from your screenshot that there is atleast one ntfs partition present)



That reminds me: while trying out the NTFS handler, I noticed that (at least in some cases), not all of a file was copied from an NTFS volume (e.g. with "Copy System:blah T:"). When I copied the sample sunset.jpg file included in "My Pictures" in XP, the bottom right-hand corner was corrupt.

Also, when I opened System:WINDOWS in Wanderer, I had to switch off the computer after waiting about half an hour for the files to be shown. However, I know slow directory listing is a known issue.

Posted on: 2012/9/8 16:04
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: This Time Wanderer crashed on the same PC 0x7FE87EA9
#20
Home away from home
Home away from home


See User information
I will do a install from Scratch to check if it is Malware related! *smile*

Posted on: 2012/9/8 13:14
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 




(1) 2 3 »



You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.
You cannot create PDF files.
You cannot get print page.

[Advanced Search]


Search
Top Posters
1 paolone
paolone
4462
2 nikolaos
nikolaos
4206
3 magorium
magorium
4095
4 phoenixkonsole
phoenixkonsole
3942
5 deadwood
deadwood
2917
6 ncafferkey
ncafferkey
2810
7 mazze
mazze
2222
8 Kalamatee
Kalamatee
2212
9 clusteruk
clusteruk
2114
Powered by XOOPS © 2001-2025 The XOOPS Project