Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7670205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T15:46:07+00:00 2026-05-31T15:46:07+00:00

After changing the data structure from diffarray to vector the memory blows up (grows

  • 0

After changing the data structure from diffarray to vector the memory blows up (grows infinitely) during one of the QuickCheck tests.

The code is hosted at GitHub. The dev branch contains the ill code and the master one runs well. Apart from minor changes the only commit which could have any effect on that is this one. In order to run the QuickCheck routines one should run the executable tester. It seems that small length vectors don’t crash the program, but when it gets longer the program slows down and finally blows the memory up.
Another thing that intrigues me is the fact that I’m having a similar problem in an other of my libraries while rendering XML files. For small files (<400k) it runs slow but with no crash and for larger files the memory blows up. The Data.Vector is also involved in that library. I have the intuition these problems are related.

Edit: I’ve finally isolated the part of my code that reproduce the memory leak and put it into a single file which can be found here. Now I’m using IArray that behaves as well as DiffArray. To alternate between IArray and Vector one have to modify the lines 49, 93 and 101.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T15:46:08+00:00Added an answer on May 31, 2026 at 3:46 pm

    Solved Actually the problem was on the generation of vectors by QuickCheck. The original Arbitrary instance for Vector was the following:

    instance (Arbitrary a) => Arbitrary (Vector a) where
      arbitrary   = liftM2 Vec.generate arbitrary arbitrary
    

    which compiles but gives a memory leak. The problem can be solved if the vectors are generated from lists. Like this:

    instance (Arbitrary a) => Arbitrary (Vector a) where
      arbitrary = Vec.fromList <$> arbitrary
    

    I still don’t know way what was the reason of such a bug….

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Switching from Microsofts Oracle Driver to ODP.NET version 10.2.0.100. After changing the data types
after getting my answer here: Database issue, how to store changing data structure i
After changing the import as a from-import i'm running into this error: from datetime
My json-store contains one record. This record is dirty after changing a field and
After changing the text in a tab control's tab header, how do I tell
I've found that after changing the overlays on a MapView , the changes aren't
Can anyone confirm that after changing the Apple Push Certificate to follow the new
How do you detect the current SCAN state and revert it after changing it?
I changed the background colour of the spinner.After changing the bg colour the down
Is it posible to re-cache app.config? for example after changing some fields in app.config

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.