Questions tagged [stability]

152 questions
0
votes
2 answers

How to test crashes in Android for multiple devices?

We are using Fabric for tracking crashlytics. Daily we receive crash report, those are related to specific devices. My question is how to avoid crashes in Android, if it is occurred how can I test it. Because most of the crashes are related to…
user5408418
  • 77
  • 1
  • 10
0
votes
1 answer

PhantomJS stability when rendering multiple pages

I am running PhantomJS on a big set of pages to scrape some specific JS-generated content. I am using the Python Selenium bindings with which it's easy to perform XPath queries on the results. I have noticed that if I try to instantiate a single…
cjauvin
  • 3,433
  • 4
  • 29
  • 38
0
votes
1 answer

Websocket stability issue

I am testing Websocket connectivity over VPN. I see that it is much more stable when using the host name to connect than using the IP address alone. Could somebody suggest any possible reason for this? Also, I could nowhere find the nature of…
Babu James
  • 2,740
  • 4
  • 33
  • 50
0
votes
0 answers

How composer determines stability of a module?

When I do composer install mmerian/doctrine-timestamp composer says [InvalidArgumentException] Could not find package mmerian/doctrine-timestamp at any version for your minimum-stability (stable). Check the pa ckage spelling or your…
x-yuri
  • 16,722
  • 15
  • 114
  • 161
0
votes
3 answers

How many nested tags in HTML can you have before it crashes a browser?

I had a thought earlier today regarding nested HTML tags and how browsers render them: let n = 1
recurse div n times until…
Talvi Watia
  • 1,070
  • 1
  • 14
  • 28
0
votes
3 answers

Hard evidence that Linux is more stable than windows?

I am trying to convince management to switch from SQL Server, to MySQL on Linux. This is very much a windows house, and management seems very wary of using Linux. Can anyone provide hard facts showing Linux is more stable, higher performance…
Jacko
  • 12,665
  • 18
  • 75
  • 126
0
votes
1 answer

C++: Monitor file size. Can this be problematic?

I'm writing a GUI program that synchronizes files in a folder with a server. The information I know about these files is that they're always written and not removed. My concern is to start uploading a file while it's being written. So to avoid this,…
The Quantum Physicist
  • 24,987
  • 19
  • 103
  • 189
0
votes
0 answers

FTP vs SFTP, this time- stability

I have read a great post regarding the FTP/SFTP speeds: Why when I transfer a file through SFTP, it takes longer than FTP? But did anyone check, or have a proof or documents,tests showing which of these two is more 'stable' when transferring files…
meso_2600
  • 1,940
  • 5
  • 25
  • 50
0
votes
1 answer

Clustering algorithm whose results are invariant to data permutation and bootstrap perturbation

I am wondering if there is in the literature a clustering algorithm whose output (partition, dendrogram, soft assignments and so on) is invariant to : permutation in the data points (typically many hierarchical agglomerative clustering are…
0
votes
1 answer

How can I test Wordpress 4.1 for stability?

How could I test (suggest me the test techniques, or what to test) if the latest version of Wordpress (4.1) is stable for building a company presentation website? this is more like a kind of assignment, not something real that I have to conduct. my…
0
votes
1 answer

adb or monkeyrunner? Which is more stable?

I'm using National Instruments Teststand to set up some sequences for automating an android device. I'm using a combination of direct adb.exe calls, and monkeyrunner calls to .py scripts. When I am settin up a sequence to say automate some touch…
0
votes
1 answer

Android : Non-Crashing App

I know this could be a very ambiguous question But I need some help. I'm working for a project which consists of users doing some tests in Tablets. the tests they do are always the same but sometimes the app crashes for certain Tablets/users. As I…
Katherine99
  • 980
  • 4
  • 21
  • 40
0
votes
3 answers

Python: push item vs creating empty list (efficiency)

I have done two algorithms and I want to check which one of them is more 'efficient' and uses less memory. The first one creates a numpy array and modifies the array. The second one creates a python empty array and pushes values into this…
Marc Ortiz
  • 2,242
  • 5
  • 27
  • 46
0
votes
1 answer

Increasing AIR app stability

Is there a way to increase the AIR app stability? I have an app (let's call it a Player) that updates a content inside it every minute. The way it does that — it loads separate SWFs inside itself, fades them in, then out, then unloads. It keeps it…
Aleksandr Makov
  • 2,820
  • 3
  • 37
  • 62
0
votes
1 answer

Image plane and perspective transformation / camera stabilization

Lately I have been looking into the geometry of image processing. What I am trying to accomplish is this : Imagine there is two pictures of a scene. I want to convert second picture to the first picture. I want to revert perspectivity of the second…
Ozum Safa
  • 1,458
  • 2
  • 15
  • 27